mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
forgot to put in the apiUrl when submitting segments (fixes #3)
This commit is contained in:
parent
618c744656
commit
4268b1e13b
1 changed files with 1 additions and 1 deletions
|
@ -2682,7 +2682,7 @@ public final class VideoDetailFragment
|
|||
SponsorBlockExtractorHelper.submitSponsorBlockSegment(
|
||||
currentInfo,
|
||||
newSegment,
|
||||
""))
|
||||
apiUrl))
|
||||
.subscribeOn(Schedulers.io())
|
||||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.subscribe(response -> {
|
||||
|
|
Loading…
Add table
Reference in a new issue