From ce7a89e34121d510943a0dc890930d2d575badc3 Mon Sep 17 00:00:00 2001 From: Allen Wittenauer Date: Mon, 10 Jul 2023 07:48:28 -0700 Subject: [PATCH] change audiodb priority --- nowplaying/artistextras/theaudiodb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nowplaying/artistextras/theaudiodb.py b/nowplaying/artistextras/theaudiodb.py index 7c2acb8f..f90f4e6d 100755 --- a/nowplaying/artistextras/theaudiodb.py +++ b/nowplaying/artistextras/theaudiodb.py @@ -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):