Revert downloads patch which broke downloads

This commit is contained in:
zvonimir
2025-06-11 18:36:05 +02:00
parent 9e7b936663
commit 9bea1563ca
@@ -724,7 +724,7 @@ class VideoDownload {
val t = cue.groupValues[1];
val d = cue.groupValues[2];
val url = foundTemplateUrl.replace("\$Number\$", (indexCounter + 1).toString());
val url = foundTemplateUrl.replace("\$Number\$", (indexCounter).toString());
val data = if(executor != null)
executor.executeRequest("GET", url, null, mapOf());