aboutsummaryrefslogtreecommitdiff
path: root/system/library/music
diff options
context:
space:
mode:
authorDaveTBlake <oak99sky@yahoo.co.uk>2019-09-12 09:26:03 +0100
committerDaveTBlake <oak99sky@yahoo.co.uk>2019-09-19 19:41:23 +0100
commitfd57705699f60db8d3a487ede5dadaed62cf1607 (patch)
treef127934bed9dfcd0f2407a556ce4f8f75e9d2d3b /system/library/music
parent2a8e39ad798ec96b7d6cbed0a2cfbaa54ccfc314 (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.xml2
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>