chore: commit pre beets
This commit is contained in:
parent
1c5a3ba8e8
commit
40d9d75228
4 changed files with 55 additions and 59 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue