Merge pull request #2114 from phw/PICARD-2494-standalone-recordings-no-info

PICARD-2494: The view info dialog is not needed for NatAlbum
This commit is contained in:
Laurent Monin
2022-06-03 10:33:20 +02:00
committed by GitHub

View File

@@ -875,6 +875,9 @@ class NatAlbum(Album):
def can_browser_lookup(self):
return False
def can_view_info(self):
return False
_album_post_removal_processors = PluginFunctions(label='album_post_removal_processors')