mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
feat: add cache-only storage mode for streaming without library persistence
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
"Subsonic": {
|
||||
"Url": "http://localhost:4533",
|
||||
"ExplicitFilter": "All",
|
||||
"DownloadMode": "Track"
|
||||
"DownloadMode": "Track",
|
||||
"StorageMode": "Permanent",
|
||||
"CacheDurationHours": 1
|
||||
},
|
||||
"Library": {
|
||||
"DownloadPath": "./downloads"
|
||||
|
||||
Reference in New Issue
Block a user