diff options
author | spiff <spiff@xbmc.org> | 2012-10-11 23:50:18 +0200 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2012-10-11 23:50:18 +0200 |
commit | 4c625d7c39ac79510cc2a14828781cd411fd8365 (patch) | |
tree | bc7b3d888e6e52b8618e959c2225b3b0bc1aba27 /system/library | |
parent | dc9298eefecb54a1e617a644dfd7dbcac61eef40 (diff) |
fixed: icons for the movie, tvshow and musicvideo nodes in a flattened library
Diffstat (limited to 'system/library')
-rw-r--r-- | system/library/video_flat/movies.xml | 2 | ||||
-rw-r--r-- | system/library/video_flat/musicvideos.xml | 2 | ||||
-rw-r--r-- | system/library/video_flat/tvshows.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/system/library/video_flat/movies.xml b/system/library/video_flat/movies.xml index 0ddc852522..39bbb46147 100644 --- a/system/library/video_flat/movies.xml +++ b/system/library/video_flat/movies.xml @@ -2,5 +2,5 @@ <node order="1" type="folder" visible="Library.HasContent(Movies)"> <label>342</label> <path>videodb://1/2</path> - <icon>DefaultMovieTitle.png</icon> + <icon>DefaultMovies.png</icon> </node> diff --git a/system/library/video_flat/musicvideos.xml b/system/library/video_flat/musicvideos.xml index dc33b1572a..93052a2b05 100644 --- a/system/library/video_flat/musicvideos.xml +++ b/system/library/video_flat/musicvideos.xml @@ -2,5 +2,5 @@ <node order="3" type="folder" visible="Library.HasContent(MusicVideos)"> <label>20389</label> <path>videodb://3/2</path> - <icon>DefaultMusicVideoTitle.png</icon> + <icon>DefaultMusicVideos.png</icon> </node> diff --git a/system/library/video_flat/tvshows.xml b/system/library/video_flat/tvshows.xml index f5d81d639d..37d14879dd 100644 --- a/system/library/video_flat/tvshows.xml +++ b/system/library/video_flat/tvshows.xml @@ -2,5 +2,5 @@ <node order="2" type="folder" visible="Library.HasContent(TVShows)"> <label>20343</label> <path>videodb://2/2</path> - <icon>DefaultTVShowTitle.png</icon> + <icon>DefaultTVShows.png</icon> </node> |