refactor(player): remove eighth equalizer band preference

This commit is contained in:
2026-04-08 11:08:41 +02:00
parent 1212fc61b5
commit 45576e1577
3 changed files with 1 additions and 3 deletions
@@ -348,7 +348,6 @@ object PreferencesHelper {
putInt(Keys.PREF_EQ_MID, 0)
putInt(Keys.PREF_EQ_BAND_6, 0)
putInt(Keys.PREF_EQ_BAND_7, 0)
putInt(Keys.PREF_EQ_BAND_8, 0)
putInt(Keys.PREF_EQ_HIGH, 0)
}
}