1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 22:38:33 +01:00

Don't assert when editing metadata of tracks without an album set.

This commit is contained in:
Christian Muehlhaeuser 2014-11-01 12:00:51 +01:00
parent 819b6d0f0a
commit 3db70bce53

View File

@ -127,8 +127,6 @@ MetadataEditor::writeMetadata( bool closeDlg )
changed = true; changed = true;
} }
else
Q_ASSERT( false );
} }
// FIXME: Ugly workaround for the min value of 0 // FIXME: Ugly workaround for the min value of 0