Skip to content

Commit

Permalink
chore: disable jumpToFirstTrackAfterFinishingQueue by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY committed Nov 22, 2024
1 parent 13a9f5c commit 66cc92b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/controller/settings.player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class _PlayerSettings with SettingsFileWriter {
final pauseOnVolume0 = true.obs;
final resumeAfterOnVolume0Pause = true.obs;
final resumeAfterWasInterrupted = true.obs;
final jumpToFirstTrackAfterFinishingQueue = true.obs;
final jumpToFirstTrackAfterFinishingQueue = false.obs;
final repeatMode = RepeatMode.none.obs;
final infiniyQueueOnNextPrevious = true.obs;
final displayRemainingDurInsteadOfTotal = false.obs;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: namida
description: A Beautiful and Feature-rich Music Player, With YouTube & Video Support Built in Flutter
publish_to: "none"
version: 4.7.18-beta+241121236
version: 4.7.19-beta+241122158

environment:
sdk: ">=3.4.0 <4.0.0"
Expand Down

0 comments on commit 66cc92b

Please sign in to comment.