mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Don't assert when editing metadata of tracks without an album set.
This commit is contained in:
@@ -127,8 +127,6 @@ MetadataEditor::writeMetadata( bool closeDlg )
|
||||
|
||||
changed = true;
|
||||
}
|
||||
else
|
||||
Q_ASSERT( false );
|
||||
}
|
||||
|
||||
// FIXME: Ugly workaround for the min value of 0
|
||||
|
Reference in New Issue
Block a user