sync paused position on playback pause
This commit is contained in:
parent
af6af2fb78
commit
ffaa5b0045
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue