mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-20 14:44:05 +00:00
Original Metadata not greyed out when no tracks are attached. (#2461)
This commit is contained in:
1
NEWS.txt
1
NEWS.txt
@@ -4,6 +4,7 @@ Version 0.9.0alpha5 - 2007-03-XX
|
||||
* Bug Fixes:
|
||||
* Fixed fileId generator (caused problems with drag&drop
|
||||
if files with multiple formats are used).
|
||||
* Original Metadata not greyed out when no tracks are attached. (#2461)
|
||||
|
||||
Version 0.9.0alpha4 - 2007-03-09
|
||||
* Bug Fixes:
|
||||
|
||||
@@ -569,10 +569,8 @@ class MainWindow(QtGui.QMainWindow):
|
||||
statusBar = "%s (%d%%)" % (obj.linked_file.filename, obj.linked_file.similarity * 100)
|
||||
file = obj.linked_file
|
||||
else:
|
||||
orig_metadata = obj.metadata
|
||||
metadata = obj.metadata
|
||||
elif isinstance(obj, (Cluster, Album)):
|
||||
orig_metadata = obj.metadata
|
||||
metadata = obj.metadata
|
||||
is_album = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user