update icon

This commit is contained in:
grafixeyehero 2019-05-17 21:29:31 +03:00
parent f2ef23c9a8
commit 7e0100ef3f
4 changed files with 5 additions and 9 deletions

View file

@ -534,10 +534,6 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
else if ("livetv" === i.CollectionType) {
itemId = "livetv";
}
else if ("photos" === i.CollectionType) {
icon = "photo_library";
}
else if ("music" === i.CollectionType) {
icon = "library_music";
}
@ -553,8 +549,8 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
else if ("movies" === i.CollectionType) {
icon = "video_library";
}
else if ("homevideos" === i.CollectionType) {
icon = "video_label";
else if ("homevideos" === i.CollectionType || "photos" === i.CollectionType) {
icon = "photo_library";
}
else if ("channels" === i.CollectionType || "Channel" === i.Type) {
icon = "videocam";