diff options
author | ronie <ronie@users.noreply.github.com> | 2017-01-11 17:00:16 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2017-01-11 17:00:16 +0100 |
commit | a7f0da87345b88d5111c8d486152c4561fd923ba (patch) | |
tree | c3773ac740ea6633ba595f4272702ee7db583876 /system/library/video | |
parent | 4073846a019904b1dfb54831a35b68b814cd8ddc (diff) |
unify library node names
Diffstat (limited to 'system/library/video')
-rw-r--r-- | system/library/video/movies/titles.xml | 2 | ||||
-rw-r--r-- | system/library/video/movies/years.xml | 2 | ||||
-rw-r--r-- | system/library/video/musicvideos/titles.xml | 2 | ||||
-rw-r--r-- | system/library/video/musicvideos/years.xml | 2 | ||||
-rw-r--r-- | system/library/video/tvshows/titles.xml | 2 | ||||
-rw-r--r-- | system/library/video/tvshows/years.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/system/library/video/movies/titles.xml b/system/library/video/movies/titles.xml index 264db298d4..ec41450b2f 100644 --- a/system/library/video/movies/titles.xml +++ b/system/library/video/movies/titles.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="2" type="filter"> - <label>369</label> + <label>10024</label> <icon>DefaultMovieTitle.png</icon> <content>movies</content> <order direction="ascending">sorttitle</order> diff --git a/system/library/video/movies/years.xml b/system/library/video/movies/years.xml index 226cfa3682..234bd9a963 100644 --- a/system/library/video/movies/years.xml +++ b/system/library/video/movies/years.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="3" type="filter"> - <label>562</label> + <label>652</label> <icon>DefaultYear.png</icon> <content>movies</content> <group>years</group> diff --git a/system/library/video/musicvideos/titles.xml b/system/library/video/musicvideos/titles.xml index 38c5eeae61..adfcb1e254 100644 --- a/system/library/video/musicvideos/titles.xml +++ b/system/library/video/musicvideos/titles.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="2" type="filter"> - <label>369</label> + <label>10024</label> <icon>DefaultMusicVideoTitle.png</icon> <content>musicvideos</content> <order direction="ascending">title</order> diff --git a/system/library/video/musicvideos/years.xml b/system/library/video/musicvideos/years.xml index f05332203f..1f11fdf114 100644 --- a/system/library/video/musicvideos/years.xml +++ b/system/library/video/musicvideos/years.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="3" type="filter"> - <label>562</label> + <label>652</label> <icon>DefaultYear.png</icon> <content>musicvideos</content> <group>years</group> diff --git a/system/library/video/tvshows/titles.xml b/system/library/video/tvshows/titles.xml index 309389350f..c2415246ab 100644 --- a/system/library/video/tvshows/titles.xml +++ b/system/library/video/tvshows/titles.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="2" type="filter"> - <label>369</label> + <label>10024</label> <icon>DefaultTVShowTitle.png</icon> <content>tvshows</content> <order direction="ascending">sorttitle</order> diff --git a/system/library/video/tvshows/years.xml b/system/library/video/tvshows/years.xml index 33675500e8..1ea069d30d 100644 --- a/system/library/video/tvshows/years.xml +++ b/system/library/video/tvshows/years.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <node order="3" type="filter"> - <label>562</label> + <label>652</label> <icon>DefaultYear.png</icon> <content>tvshows</content> <group>years</group> |