update icon
This commit is contained in:
parent
f2ef23c9a8
commit
7e0100ef3f
4 changed files with 5 additions and 9 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue