sync paused position on playback pause

This commit is contained in:
thrillfall 2021-05-17 23:18:34 +02:00
parent af6af2fb78
commit ffaa5b0045
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ public class PlaybackService extends MediaBrowserServiceCompat {
taskManager.cancelWidgetUpdater();
if (playable != null) {
if (playable instanceof FeedMedia) {
SyncService.enqueueEpisodePlayed(getApplicationContext(), (FeedMedia) playable, true);
SyncService.enqueueEpisodePlayed(getApplicationContext(), (FeedMedia) playable, false);
}
playable.onPlaybackPause(getApplicationContext());
}