Skip to content

Commit

Permalink
chore: cleanup codecov command
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Aug 2, 2023
1 parent 2ad2a26 commit 85c920e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ local.properties
classes.viz.png
classes.viz.puml

lib/routes/router.gr.dart

missing_translations.txt

nohup.out
Expand Down
2 changes: 1 addition & 1 deletion lib/blocs/audio/player_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AudioPlayerCubit extends Cubit<AudioPlayerState> {
speed: 1,
),
) {
_audioPlayer.stream.position.listen(updateProgress);
_audioPlayer.streams.position.listen(updateProgress);
}

final Player _audioPlayer = Player();
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: lotti
description: Achieve your goals and keep your data private with Lotti.
publish_to: 'none'
version: 0.9.394+2289
version: 0.9.395+2290

msix_config:
display_name: LottiApp
Expand Down

0 comments on commit 85c920e

Please sign in to comment.