mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-24 16:43:59 +00:00
Enable analyzing without some settings
This commit is contained in:
@@ -619,9 +619,7 @@ class MainWindow(QtGui.QMainWindow):
|
||||
if picard.musicdns.ofa and obj.can_analyze()\
|
||||
and self.config.setting["fingerprinting_system"] == "musicdns":
|
||||
can_analyze = True
|
||||
if self.config.setting["acoustid_fpcalc"] and\
|
||||
self.config.setting["acoustid_apikey"] and\
|
||||
self.config.setting["fingerprinting_system"] == "acoustid" and\
|
||||
if self.config.setting["fingerprinting_system"] == "acoustid" and\
|
||||
obj.can_analyze():
|
||||
can_analyze = True
|
||||
if obj.can_save():
|
||||
|
||||
Reference in New Issue
Block a user