mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Merge branch 'fix-ump-downloads' into 'master'
Revert downloads patch which broke downloads See merge request videostreaming/grayjay!122
This commit is contained in:
@@ -724,7 +724,7 @@ class VideoDownload {
|
|||||||
val t = cue.groupValues[1];
|
val t = cue.groupValues[1];
|
||||||
val d = cue.groupValues[2];
|
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)
|
val data = if(executor != null)
|
||||||
executor.executeRequest("GET", url, null, mapOf());
|
executor.executeRequest("GET", url, null, mapOf());
|
||||||
|
|||||||
Reference in New Issue
Block a user