mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-11 08:21:06 -07:00
Implemented offline mode functionality
This commit is contained in:
parent
658e69dcb9
commit
e0569c3901
21 changed files with 635 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue