Skip to content

Commit

Permalink
Merge pull request #234 from luigi311/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
luigi311 authored Feb 22, 2025
2 parents 846e18f + d15f29b commit ac5be47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@

Dockerfile*
README.md
test
2 changes: 0 additions & 2 deletions src/jellyfin_emby.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,6 @@ def update_watched(
jellyfin_libraries = [x for x in jellyfin_libraries["Items"]]

for library_name in user_data.libraries:
if library_name == "Custom TV Shows":
print("test")
library_data = user_data.libraries[library_name]
library_other = None
if library_mapping:
Expand Down

0 comments on commit ac5be47

Please sign in to comment.