forgot to put in the apiUrl when submitting segments (fixes #3)

This commit is contained in:
polymorphicshade 2024-01-27 16:09:59 -07:00
parent 618c744656
commit 4268b1e13b

View file

@ -2682,7 +2682,7 @@ public final class VideoDetailFragment
SponsorBlockExtractorHelper.submitSponsorBlockSegment(
currentInfo,
newSegment,
""))
apiUrl))
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(response -> {