diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2012-09-07 13:25:32 +1200 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-09-07 17:38:31 +1200 |
commit | d18393d8d13b956fc3d178b7a8bfa4002f80ded6 (patch) | |
tree | 9b060ee958a6e68be6a94c843fcdb7a47e9aaa35 /system | |
parent | 5c57c76fc8836a3e3b57220cae5f56c65b3abc5b (diff) |
add in progress shows item under tvshows in the library
Diffstat (limited to 'system')
-rw-r--r-- | system/library/video/inprogressshows.xml | 7 | ||||
-rw-r--r-- | system/library/video_flat/inprogressshows.xml | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/system/library/video/inprogressshows.xml b/system/library/video/inprogressshows.xml new file mode 100644 index 0000000000..f058db54bf --- /dev/null +++ b/system/library/video/inprogressshows.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="4" type="filter" visible="Library.HasContent(TVShows)"> + <label>626</label> + <icon>DefaultInProgressShows.png</icon> + <content>tvshows</content> + <rule field="inprogress" operator="true" /> +</node> diff --git a/system/library/video_flat/inprogressshows.xml b/system/library/video_flat/inprogressshows.xml new file mode 100644 index 0000000000..f058db54bf --- /dev/null +++ b/system/library/video_flat/inprogressshows.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="4" type="filter" visible="Library.HasContent(TVShows)"> + <label>626</label> + <icon>DefaultInProgressShows.png</icon> + <content>tvshows</content> + <rule field="inprogress" operator="true" /> +</node> |