feat(download): update qobuz stuff

This commit is contained in:
Jan-Ole Hübner 2025-05-24 00:59:06 +02:00
parent 55019903a7
commit 1c5a3ba8e8
3 changed files with 43 additions and 11 deletions

View file

@ -0,0 +1,8 @@
jelly_rescan(){
JELLYFIN_URL="http://$NAS_IP:8096"
API_KEY="$(pass jelly)"
LIBRARY_ID="8a05b0252259a1dbd62df97522638439"
curl -X POST -H "X-Emby-Token: $API_KEY" \
"$JELLYFIN_URL/Library/VirtualFolders/$LIBRARY_ID/Refresh"
}