Fix status showing as playing when skipping last episode in queue (#8181)

This commit is contained in:
Hans-Peter Lehmann
2025-12-27 14:40:35 +01:00
committed by GitHub
parent 3941bac55a
commit dafbf16cf8

View File

@ -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,