Remove require_partnership gate from play_state_sync — it is a local Emby↔Jellyfin operation and must run regardless of partnership status

This commit is contained in:
Gmer4Lfe
2026-06-19 23:52:36 -04:00
parent 585174ee94
commit 2b8571c52c
-1
View File
@@ -80,7 +80,6 @@ for _a in "$@"; do
[[ "$_a" == "--full" ]] && FULL_SYNC=true || _FILTERED+=("$_a") [[ "$_a" == "--full" ]] && FULL_SYNC=true || _FILTERED+=("$_a")
done done
parse_args "${_FILTERED[@]}" parse_args "${_FILTERED[@]}"
require_partnership
# ============================================================================================== # ==============================================================================================
# ━━━ Setup ━━━ # ━━━ Setup ━━━