Skip to content

Commit

Permalink
amugofjava#107 Disable Playback state saved on playback progress tick.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralu committed Sep 17, 2023
1 parent 69d6ab3 commit 80cf1a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/services/audio/default_audio_player_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ class DefaultAudioPlayerService extends AudioPlayerService {
episode: _currentEpisode,
buffering: buffering,
));
await _saveCurrentEpisodePosition();
}

/// Calculate our current chapter based on playback position, and if it's different to
Expand Down

0 comments on commit 80cf1a9

Please sign in to comment.