Make sure to always use original metadata when editing tags

This commit is contained in:
Jonas Kvinge
2020-08-10 21:27:56 +02:00
parent 673ded3819
commit 34634d776e
2 changed files with 7 additions and 7 deletions

View File

@@ -371,7 +371,7 @@ bool Playlist::setData(const QModelIndex &index, const QVariant &value, int role
int row = index.row();
PlaylistItemPtr item = item_at(row);
Song song = item->Metadata();
Song song = item->OriginalMetadata();
if (index.data() == value) return false;