1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-11 13:47:39 +00:00

Fix null pointer exception in player initialization

This commit is contained in:
Stypox
2021-08-31 11:11:11 +02:00
parent cf9b482be2
commit 3bc661f583

View File

@@ -675,6 +675,7 @@ public final class Player implements
&& isPlaybackResumeEnabled(this)
&& !samePlayQueue
&& !newQueue.isEmpty()
&& newQueue.getItem() != null
&& newQueue.getItem().getRecoveryPosition() == PlayQueueItem.RECOVERY_UNSET) {
databaseUpdateDisposable.add(recordManager.loadStreamState(newQueue.getItem())
.observeOn(AndroidSchedulers.mainThread())