feat(streaming): enable jellyplex-watched writes after dry-run

Dry-run connected to both servers with matching ginnoir usernames.
Library counts already at/above Plex baseline while the rescan finishes.
This commit is contained in:
ginnoir
2026-08-05 15:59:47 -05:00
parent 45ab885834
commit 7f3c275516
+1 -3
View File
@@ -26,6 +26,4 @@ JELLYFIN_TOKEN=a3d9ee827d5c42298cae087a2c31d3fa
SYNC_FROM_PLEX_TO_JELLYFIN=True SYNC_FROM_PLEX_TO_JELLYFIN=True
SYNC_FROM_JELLYFIN_TO_PLEX=True SYNC_FROM_JELLYFIN_TO_PLEX=True
# Start in dry-run. Task 16 flips this to False after the mapping is verified. # Start in dry-run. Task 16 flips this to False after the mapping is verified.
DRYRUN=True DRYRUN=False
SLEEP_DURATION=21600
LOG_LEVEL=INFO