Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Oct 27, 2024
1 parent 8fc9f18 commit 44ed4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
10 changes: 1 addition & 9 deletions src/jellyfin_emby.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
log_marked,
str_to_bool,
)
from src.library import (
check_skip_logic,
generate_library_guids_dict,
)
from src.library import generate_library_guids_dict

load_dotenv(override=True)

Expand Down Expand Up @@ -355,11 +352,6 @@ def get_user_library_watched(
if "Path" in show
else tuple()
)
show_display_name = (
show_guids["title"]
if show_guids["title"]
else show_guids["locations"]
)

show_guids = frozenset(show_guids.items())

Expand Down
5 changes: 1 addition & 4 deletions src/plex.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
log_marked,
str_to_bool,
)
from src.library import (
check_skip_logic,
generate_library_guids_dict,
)
from src.library import generate_library_guids_dict


load_dotenv(override=True)
Expand Down

0 comments on commit 44ed4a7

Please sign in to comment.