We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e1091 commit b3b36baCopy full SHA for b3b36ba
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -1753,7 +1753,8 @@ public void play() {
1753
}
1754
1755
if (isStopped()) {
1756
- // Some phones suspend a paused player after 10 minutes. This causes the player to enter STATE_IDLE, causing playback to fail.
+ // Some phones suspend a paused player after 10 minutes. This causes the player to
1757
+ // enter STATE_IDLE, causing playback to fail. So we try to recover from that here.
1758
setRecovery();
1759
reloadPlayQueueManager();
1760
0 commit comments