From 64b2197844fa58fdc5f8e60459fc7858be221a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Bani=C4=87?= Date: Fri, 14 Apr 2023 13:27:09 +0200 Subject: [PATCH] Remove unnecessary check --- src/plex.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/plex.py b/src/plex.py index 19f9182..003c752 100644 --- a/src/plex.py +++ b/src/plex.py @@ -145,10 +145,6 @@ def get_user_library_watched(user, user_plex, library): for show_guids, episode_guids in future_thread_executor(args, threads=4): if show_guids and episode_guids: - # append show, season, episode - if show_guids not in watched: - watched[show_guids] = {} - watched[show_guids] = episode_guids logger( f"Plex: Added {episode_guids} to {user_name} {show_guids} watched list",