mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
Implemented offline mode functionality
This commit is contained in:
@@ -296,6 +296,7 @@ public class SyncUtil {
|
||||
newSong.setAdded(oldSong.getAdded());
|
||||
newSong.setLastPlay(oldSong.getLastPlay());
|
||||
newSong.setPlayCount(oldSong.getPlayCount());
|
||||
newSong.setOffline(oldSong.isOffline());
|
||||
}
|
||||
|
||||
return newSong;
|
||||
|
||||
Reference in New Issue
Block a user