From 16721304862437f7d6d917b8045f00c6f15b5617 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 3 Sep 2020 19:20:59 +0200 Subject: [PATCH] Merge compilation off/off Fixes #528 --- src/core/song.cpp | 2 ++ 1 file changed, 2 insertions(+) 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()); }