Skip to content

Commit

Permalink
fix: track doesn't play after change
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jun 2, 2023
1 parent 74906f3 commit 17e5ab6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/collections/intents.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import 'package:spotube/components/player/player_controls.dart';
import 'package:spotube/collections/routes.dart';
import 'package:spotube/models/logger.dart';
import 'package:spotube/provider/proxy_playlist/proxy_playlist_provider.dart';
import 'package:spotube/provider/proxy_playlist/proxy_playlist_provider.dart';
import 'package:spotube/services/audio_player/audio_player.dart';
import 'package:spotube/utils/platform.dart';
import 'package:window_manager/window_manager.dart';
Expand Down
1 change: 1 addition & 0 deletions lib/services/audio_player/mk_state_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class MkPlayerWithState extends Player {
await super.open(_playlist!.medias[_playlist!.index], play: true);
} else {
await next();
await play();
}
}),
streams.playlist.listen((event) {
Expand Down

0 comments on commit 17e5ab6

Please sign in to comment.