1
0
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:
Arnaud Bienner 2011-01-29 16:11:20 +00:00
parent 8b681a5dd2
commit 9159e3c47e

View File

@ -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()) {