Skip to content

Commit

Permalink
enable low-priority on pause for Android by default
Browse files Browse the repository at this point in the history
- fixes #939, #795
  • Loading branch information
Chaphasilor committed Nov 22, 2024
1 parent 70d2834 commit 4ed6abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/models/finamp_models.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class FinampUser {
const _isOfflineDefault = false;
const _shouldTranscodeDefault = false;
const _transcodeBitrateDefault = 320000;
const _androidStopForegroundOnPauseDefault = false;
const _androidStopForegroundOnPauseDefault = true;
const _isFavouriteDefault = false;
const _songShuffleItemCountDefault = 250;
const _volumeNormalizationActiveDefault = true;
Expand Down
4 changes: 2 additions & 2 deletions lib/models/finamp_models.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ed6abb

Please sign in to comment.