mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Added information on bitrate and file extension
This commit is contained in:
parent
91c9037fe5
commit
3e87610a9f
4 changed files with 117 additions and 13 deletions
|
|
@ -21,9 +21,9 @@ import com.cappielloantonio.play.model.Server;
|
|||
|
||||
@SuppressLint("RestrictedApi")
|
||||
@Database(
|
||||
version = 38,
|
||||
version = 41,
|
||||
entities = {Queue.class, Server.class, RecentSearch.class, Download.class, Playlist.class}
|
||||
// autoMigrations = { @AutoMigration(from = 35, to = 36) }
|
||||
// autoMigrations = {@AutoMigration(from = 39, to = 40)}
|
||||
)
|
||||
public abstract class AppDatabase extends RoomDatabase {
|
||||
private static final String TAG = "AppDatabase";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue