Watched: Remove deepcopy due to performance

This commit is contained in:
Luigi311
2024-01-05 23:46:15 -07:00
parent 01fc13c3e0
commit f80c20d70c
2 changed files with 9 additions and 7 deletions

View File

@@ -100,7 +100,6 @@ def get_user_library_watched_show(show):
)
}
return show_guids, episode_guids
except Exception:
return {}, {}