diff --git a/app/src/main/java/com/futo/platformplayer/services/DownloadService.kt b/app/src/main/java/com/futo/platformplayer/services/DownloadService.kt index ae828866..872caf83 100644 --- a/app/src/main/java/com/futo/platformplayer/services/DownloadService.kt +++ b/app/src/main/java/com/futo/platformplayer/services/DownloadService.kt @@ -170,7 +170,7 @@ class DownloadService : Service() { Thread.sleep(500); } catch(ex: Throwable) { - if(ex is ScriptReloadRequiredException) + //if(ex is ScriptReloadRequiredException) Logger.e(TAG, "Download failed", ex); if(currentVideo.video == null && currentVideo.videoDetails == null) { //Corrupt?