From 2b8571c52c722e80e9eac694410bf1b152879bba Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Fri, 19 Jun 2026 23:52:36 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20require=5Fpartnership=20gate=20from=20?= =?UTF-8?q?play=5Fstate=5Fsync=20=E2=80=94=20it=20is=20a=20local=20Emby?= =?UTF-8?q?=E2=86=94Jellyfin=20operation=20and=20must=20run=20regardless?= =?UTF-8?q?=20of=20partnership=20status?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Media/play_state_sync.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Media/play_state_sync.sh b/Media/play_state_sync.sh index 672eb9d..dd31a19 100755 --- a/Media/play_state_sync.sh +++ b/Media/play_state_sync.sh @@ -80,7 +80,6 @@ for _a in "$@"; do [[ "$_a" == "--full" ]] && FULL_SYNC=true || _FILTERED+=("$_a") done parse_args "${_FILTERED[@]}" -require_partnership # ============================================================================================== # ━━━ Setup ━━━