Skip to content

Commit

Permalink
feat: gapless playback
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Nov 14, 2024
1 parent 014151c commit 22fbf0d
Show file tree
Hide file tree
Showing 12 changed files with 281 additions and 231 deletions.
4 changes: 4 additions & 0 deletions .phrasey/schema.toml
Original file line number Diff line number Diff line change
Expand Up @@ -744,3 +744,7 @@ name = "UseMetaphonyMetadataDecoder"

[[keys]]
name = "PlayStore"

[[keys]]
name = "GaplessPlayback"

Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ class Settings(private val symphony: Symphony) {
ImagePreserver.Quality.Medium,
)
val useMetaphony = BooleanEntry("use_metaphony", true)
val gaplessPlayback = BooleanEntry("gapless_playback", true)

private fun getSharedPreferences() = symphony.applicationContext
.getSharedPreferences("settings", Context.MODE_PRIVATE)
Expand Down
Loading

0 comments on commit 22fbf0d

Please sign in to comment.