mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-19 13:01:32 +01:00
Oups... miss to also correct this
This commit is contained in:
parent
8b681a5dd2
commit
9159e3c47e
@ -732,7 +732,7 @@ void EditTagDialog::FetchTagSongChoosen(const QString& filename, const Song& son
|
||||
if (sel.isEmpty())
|
||||
return;
|
||||
Song* current_song = &data_[sel.first().row()].original_;
|
||||
if (!current_song->is_valid() || current_song->id() == -1)
|
||||
if (!current_song->is_valid())
|
||||
return;
|
||||
// Check it's still the same song, using filename
|
||||
if(filename != current_song->filename()) {
|
||||
|
Loading…
Reference in New Issue
Block a user