mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Compile fix
This commit is contained in:
@@ -170,7 +170,7 @@ class DownloadService : Service() {
|
|||||||
Thread.sleep(500);
|
Thread.sleep(500);
|
||||||
}
|
}
|
||||||
catch(ex: Throwable) {
|
catch(ex: Throwable) {
|
||||||
if(ex is ScriptReloadRequiredException)
|
//if(ex is ScriptReloadRequiredException)
|
||||||
Logger.e(TAG, "Download failed", ex);
|
Logger.e(TAG, "Download failed", ex);
|
||||||
if(currentVideo.video == null && currentVideo.videoDetails == null) {
|
if(currentVideo.video == null && currentVideo.videoDetails == null) {
|
||||||
//Corrupt?
|
//Corrupt?
|
||||||
|
|||||||
Reference in New Issue
Block a user