Disable gapless playback by default
This commit is contained in:
parent
745256e639
commit
c2a125c118
1 changed files with 1 additions and 1 deletions
|
@ -134,6 +134,6 @@ class Config(context: Context) : BaseConfig(context) {
|
|||
}
|
||||
|
||||
var gapLessPlayback: Boolean
|
||||
get() = prefs.getBoolean(GAPLESS_PLAYBACK, true)
|
||||
get() = prefs.getBoolean(GAPLESS_PLAYBACK, false)
|
||||
set(gapLessPlayback) = prefs.edit().putBoolean(GAPLESS_PLAYBACK, gapLessPlayback).apply()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue