kopia lustrzana https://github.com/TeamNewPipe/NewPipe
Update DownloadRunnable.java
rodzic
b1d89175fc
commit
08a081437f
|
@ -117,7 +117,7 @@ public class DownloadRunnable extends Thread {
|
|||
byte[] buf = new byte[DownloadMission.BUFFER_SIZE];
|
||||
int len;
|
||||
|
||||
// use alwways start <= end
|
||||
// use always start <= end
|
||||
// fixes a deadlock in DownloadRunnable because youtube is sending one byte alone after downloading 26MiB exactly
|
||||
while (start <= end && mMission.running && (len = is.read(buf, 0, buf.length)) != -1) {
|
||||
f.write(buf, 0, len);
|
||||
|
|
Ładowanie…
Reference in New Issue