diff options
author | ronie <ronie@users.noreply.github.com> | 2016-06-06 19:13:22 +0200 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-06-06 19:13:22 +0200 |
commit | cd7f10cd68e6397d968651916efef3e7002e0f66 (patch) | |
tree | 75ddac1753f3ad44fd41b6a49368007a5d6fcef6 /system/library | |
parent | f11ba1e46826df1f2e3ea7c8f134b015c0e36c59 (diff) |
add MusicAddons as a library xml node
Diffstat (limited to 'system/library')
-rw-r--r-- | system/library/music/addons.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/library/music/addons.xml b/system/library/music/addons.xml new file mode 100644 index 0000000000..9f5f10b674 --- /dev/null +++ b/system/library/music/addons.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<node order="22" type="folder"> + <label>1038</label> + <icon>DefaultAddonMusic.png</icon> + <path>addons://sources/audio/</path> +</node> |