Gives Navidrome access to the media directory

This matches other media add-ons in this repo and lets Navidrome access the default store for media.
This commit is contained in:
Arunan Balasubramaniam
2024-08-16 22:26:45 +01:00
parent 9e96ffc4db
commit 085a4af3d1

View File

@@ -9,6 +9,7 @@
"init": false, "init": false,
"map": [ "map": [
"addon_config:rw", "addon_config:rw",
"media:rw",
"share:rw", "share:rw",
"ssl:rw" "ssl:rw"
], ],