update icon
This commit is contained in:
@@ -1572,7 +1572,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'focusMana
|
||||
return '<i class="cardImageIcon md-icon"></i>';
|
||||
}
|
||||
if (collectionType === 'homevideos' || collectionType === 'photos') {
|
||||
return '<i class="cardImageIcon md-icon"></i>';
|
||||
return '<i class="cardImageIcon md-icon"></i>';
|
||||
}
|
||||
if (collectionType === 'music') {
|
||||
return '<i class="cardImageIcon md-icon"></i>';
|
||||
|
||||
@@ -216,7 +216,7 @@ define(['connectionManager', 'cardBuilder', 'appSettings', 'dom', 'apphost', 'la
|
||||
icon = "local_movies";
|
||||
break;
|
||||
case "homevideos":
|
||||
icon = "video_label";
|
||||
icon = "photo_library";
|
||||
break;
|
||||
case "musicvideos":
|
||||
icon = "music_video";
|
||||
|
||||
Reference in New Issue
Block a user