music: update cache db

This commit is contained in:
Alexander Capehart 2024-01-13 22:23:42 -07:00
parent b4833918cf
commit 4234f5b8f1
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -32,7 +32,7 @@ import org.oxycblt.auxio.music.info.Date
import org.oxycblt.auxio.music.metadata.correctWhitespace
import org.oxycblt.auxio.music.metadata.splitEscaped
@Database(entities = [CachedSong::class], version = 36, exportSchema = false)
@Database(entities = [CachedSong::class], version = 38, exportSchema = false)
abstract class CacheDatabase : RoomDatabase() {
abstract fun cachedSongsDao(): CachedSongsDao
}