Merge pull request #234 from luigi311/cleanup

Cleanup
This commit is contained in:
Luigi311
2025-02-21 19:55:09 -07:00
committed by GitHub
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: