Skip to content

Commit

Permalink
fix: ensure compatibility with plex 1.32.7.7484
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Oct 16, 2023
1 parent 805b2ba commit 46fc931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/media/bazarr/app/scripts/post-process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ esac

if [[ -n "$section" ]]; then
printf "Refreshing Plex section '%s' for '%s' ...\n" "$section" "$(dirname "$1")"
/usr/bin/curl -I -X PUT -G \
/usr/bin/curl -I -X GET -G \
--data-urlencode "path=$(dirname "$1")" \
--data-urlencode "X-Plex-Token=$2" \
--no-progress-meter \
Expand Down

0 comments on commit 46fc931

Please sign in to comment.