mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-07 09:04:29 +00:00
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:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user