diff options
author | DaveTBlake <oak99sky@yahoo.co.uk> | 2019-09-12 09:26:03 +0100 |
---|---|---|
committer | DaveTBlake <oak99sky@yahoo.co.uk> | 2019-09-19 19:41:23 +0100 |
commit | fd57705699f60db8d3a487ede5dadaed62cf1607 (patch) | |
tree | f127934bed9dfcd0f2407a556ce4f8f75e9d2d3b /system/library/music | |
parent | 2a8e39ad798ec96b7d6cbed0a2cfbaa54ccfc314 (diff) |
Remove unnecessary CDirectoryNode classes for compilations and years nodes, they are implemented as NODE_TYPE_ALBUM nodes
Diffstat (limited to 'system/library/music')
-rw-r--r-- | system/library/music/compilations.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/library/music/compilations.xml b/system/library/music/compilations.xml index b1cb612c58..8e9879ac30 100644 --- a/system/library/music/compilations.xml +++ b/system/library/music/compilations.xml @@ -2,5 +2,5 @@ <node order="100" type="folder" visible="Library.HasContent(Compilations)"> <label>521</label> <icon>DefaultMusicCompilations.png</icon> - <path>musicdb://compilations/</path> + <path>musicdb://albums/?compilation=true</path> </node> |