Merge compilation off/off

Fixes #528
This commit is contained in:
Jonas Kvinge 2020-09-03 19:20:59 +02:00
parent 8e135e3e79
commit 1672130486
1 changed files with 2 additions and 0 deletions

View File

@ -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());
}