mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 22:53:37 +00:00
- Switched from subsonic-response in xml to response in json
- Retrofitting of all Subsonic models
This commit is contained in:
@@ -22,7 +22,7 @@ import com.cappielloantonio.play.model.Server;
|
||||
import com.cappielloantonio.play.subsonic.models.Playlist;
|
||||
|
||||
@Database(
|
||||
version = 48,
|
||||
version = 52,
|
||||
entities = {Queue.class, Server.class, RecentSearch.class, Download.class, Playlist.class, Chronology.class}
|
||||
// autoMigrations = {@AutoMigration(from = 43, to = 44)}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user