Skip to content

Commit

Permalink
change audiodb priority
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-was-here committed Jul 10, 2023
1 parent e62bf77 commit ce7a89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nowplaying/artistextras/theaudiodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, config=None, qsettings=None):
super().__init__(config=config, qsettings=qsettings)
self.fnstr = None
self.displayname = "TheAudioDB"
self.priority = 60
self.priority = 50

@staticmethod
def _filter(text):
Expand Down

0 comments on commit ce7a89e

Please sign in to comment.