Skip to content

Commit

Permalink
use videodb:// urls for recentlyadded until the smartplaylist/sets so…
Browse files Browse the repository at this point in the history
…rting issues are... sorted
  • Loading branch information
Jonathan Marshall committed May 1, 2012
1 parent bc81448 commit ad12900
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
7 changes: 2 additions & 5 deletions system/library/video/recentlyaddedepisodes.xml
@@ -1,8 +1,5 @@
<node order="5" type="filter" visible="Library.HasContent(TVShows)">
<node order="5" type="folder" visible="Library.HasContent(TVShows)">
<label>20387</label>
<icon>DefaultRecentlyAddedEpisodes.png</icon>
<content>episodes</content>
<match>all</match>
<limit>25</limit>
<order direction="descending">dateadded</order>
<path>videodb://5</path>
</node>
7 changes: 2 additions & 5 deletions system/library/video/recentlyaddedmovies.xml
@@ -1,8 +1,5 @@
<node order="4" type="filter" visible="Library.HasContent(Movies)">
<node order="4" type="folder" visible="Library.HasContent(Movies)">
<label>20386</label>
<icon>DefaultRecentlyAddedMovies.png</icon>
<content>movies</content>
<match>all</match>
<limit>25</limit>
<order direction="descending">dateadded</order>
<path>videodb://4</path>
</node>
7 changes: 2 additions & 5 deletions system/library/video/recentlyaddedmusicvideos.xml
@@ -1,8 +1,5 @@
<node order="6" type="filter" visible="Library.HasContent(MusicVideos)">
<node order="6" type="folder" visible="Library.HasContent(MusicVideos)">
<label>20390</label>
<icon>DefaultRecentlyAddedMusicVideos.png</icon>
<content>musicvideos</content>
<match>all</match>
<limit>25</limit>
<order direction="descending">dateadded</order>
<path>videodb://6</path>
</node>

0 comments on commit ad12900

Please sign in to comment.