Add update of Jellyfin library
This commit is contained in:
parent
1fb92df315
commit
f2b1491913
1 changed files with 3 additions and 0 deletions
|
@ -39,3 +39,6 @@ done
|
|||
# Allow access to everyone to the (public) videos
|
||||
chmod 0777 "${download_dir}" -R
|
||||
"__src_folder__/fix_dir_dates.sh"
|
||||
|
||||
jellyfin_token="$(grep jellyfin_token "${CONFIG_FILE}" | awk 'BEGIN {FS="="} {print($2)}' | sed 's/"//g')"
|
||||
curl -s -X POST -H "Authorization: MediaBrowser Token=\"${jellyfin_token}\"" https://jf.koti.site/Items/d875e72781023f89a7e1f76529a9962a/Refresh
|
||||
|
|
Loading…
Reference in a new issue