diff --git a/src/core/song.cpp b/src/core/song.cpp index 13685ff2a..9b8c9a658 100644 --- a/src/core/song.cpp +++ b/src/core/song.cpp @@ -1545,5 +1545,7 @@ void Song::MergeUserSetData(const Song &other) { set_skipcount(other.skipcount()); set_lastplayed(other.lastplayed()); set_art_manual(other.art_manual()); + set_compilation_on(other.compilation_on()); + set_compilation_off(other.compilation_off()); }