Compile fix

This commit is contained in:
Kelvin K
2025-12-11 17:17:42 -06:00
parent 811fd4e73e
commit 854d1506a6
@@ -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?