Merge pull request #234 from luigi311/cleanup

Cleanup
pull/235/head
Luigi311 2025-02-21 19:55:09 -07:00 committed by GitHub
commit ac5be474f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -10,3 +10,4 @@
Dockerfile*
README.md
test

View File

@ -656,8 +656,6 @@ class JellyfinEmby:
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: