LET ME SLEEP PLEASE!!

This commit is contained in:
Pato05 2024-04-27 02:32:53 +02:00
parent e823a02497
commit 55e7a5e7e3
No known key found for this signature in database
GPG key ID: F53CA394104BA0CB

View file

@ -909,7 +909,7 @@ class _BigAlbumArtState extends State<BigAlbumArt> with WidgetsBindingObserver {
void _listenForMediaItemChanges() {
if (_currentItemSub != null) return;
if (audioHandler.mediaItem.hasValue) {
if (audioHandler.mediaItem.hasValue && _pageController.hasClients) {
_pageController.jumpToPage(playerHelper.queueIndex);
}