Skip to content

Commit

Permalink
Refactor plex.py to fix cache initialization fix dupe fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyarbij committed Aug 31, 2024
1 parent 90b065f commit aa079a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plexist/modules/plex.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ def search_and_score(query, threshold):
return None, track

def initialize_cache(plex: PlexServer):
load_cache_from_db()
load_cache_from_db()
if not plex_tracks_cache:
fetch_and_cache_tracks(plex)
Expand Down

0 comments on commit aa079a7

Please sign in to comment.