Start playback immediately when skipping an episode and if continuous playback is enabled
This commit is contained in:
parent
38d1f02cc5
commit
613fbce283
|
@ -1460,8 +1460,7 @@ public class PlaybackService extends Service {
|
||||||
Log.d(TAG, "Received SKIP_CURRENT_EPISODE intent");
|
Log.d(TAG, "Received SKIP_CURRENT_EPISODE intent");
|
||||||
if (media != null) {
|
if (media != null) {
|
||||||
setStatus(PlayerStatus.STOPPED);
|
setStatus(PlayerStatus.STOPPED);
|
||||||
player.reset();
|
endPlayback(true);
|
||||||
endPlayback(false);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue