Skip to content

Commit

Permalink
remove: global match threshold in favor of type match threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyarbij committed Aug 31, 2024
1 parent 8d23d10 commit 02bbd4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plexist/modules/plex.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def initialize_db():
conn.commit()
conn.close()

MATCH_THRESHOLD = 0.6

def _match_single_track(plex, track, year=None, genre=None):
plex_id = get_matched_song(track.title, track.artist, track.album)
if plex_id:
Expand Down

0 comments on commit 02bbd4a

Please sign in to comment.