Skip to content

Commit

Permalink
music: update cache db
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Jan 14, 2024
1 parent b483391 commit 4234f5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 4234f5b

Please sign in to comment.