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:
@@ -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 ━━━
|
||||||
|
|||||||
Reference in New Issue
Block a user