CollectionModel: Fix updating song when disc is changed
This commit is contained in:
@@ -1211,6 +1211,7 @@ bool CollectionModel::IsSongTitleDataChanged(const Song &song1, const Song &song
|
|||||||
|
|
||||||
return song1.url() != song2.url() ||
|
return song1.url() != song2.url() ||
|
||||||
song1.track() != song2.track() ||
|
song1.track() != song2.track() ||
|
||||||
|
song1.disc() != song2.disc() ||
|
||||||
song1.title() != song2.title() ||
|
song1.title() != song2.title() ||
|
||||||
song1.compilation() != song2.compilation() ||
|
song1.compilation() != song2.compilation() ||
|
||||||
(song1.compilation() && song1.artist() != song2.artist());
|
(song1.compilation() && song1.artist() != song2.artist());
|
||||||
|
|||||||
Reference in New Issue
Block a user