chore: commit pre beets

This commit is contained in:
Jan-Ole Hübner 2025-06-08 15:19:51 +02:00
parent 1c5a3ba8e8
commit 40d9d75228
4 changed files with 55 additions and 59 deletions

View file

@ -2,7 +2,5 @@ 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"
curl -X POST -H "X-Emby-Token: $API_KEY" "$JELLYFIN_URL/Items/$LIBRARY_ID/Refresh?Recursive=true"
}