mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2026-02-04 04:45:29 +00:00
Fix status showing as playing when skipping last episode in queue (#8181)
This commit is contained in:
committed by
GitHub
parent
3941bac55a
commit
dafbf16cf8
@ -1144,6 +1144,7 @@ public class PlaybackService extends MediaBrowserServiceCompat {
|
||||
}
|
||||
}
|
||||
if (mediaType == null) {
|
||||
EventBus.getDefault().post(new PlayerStatusEvent());
|
||||
sendNotificationBroadcast(PlaybackServiceInterface.NOTIFICATION_TYPE_PLAYBACK_END, 0);
|
||||
} else {
|
||||
sendNotificationBroadcast(PlaybackServiceInterface.NOTIFICATION_TYPE_RELOAD,
|
||||
|
||||
Reference in New Issue
Block a user