mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-21 15:14:13 +00:00
Expand NATs special album by default
This commit is contained in:
@@ -329,6 +329,7 @@ class Tagger(QtWidgets.QApplication):
|
||||
self.nats = NatAlbum()
|
||||
self.albums["NATS"] = self.nats
|
||||
self.album_added.emit(self.nats)
|
||||
self.nats.item.setExpanded(True)
|
||||
return self.nats
|
||||
|
||||
def move_file_to_nat(self, file, recordingid, node=None):
|
||||
|
||||
Reference in New Issue
Block a user