Skip to content

Commit

Permalink
forgot to put in the apiUrl when submitting segments (fixes #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorphicshade committed Jan 27, 2024
1 parent 618c744 commit 4268b1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2682,7 +2682,7 @@ public void onRequestSubmitPendingSegment(final SponsorBlockSegment newSegment)
SponsorBlockExtractorHelper.submitSponsorBlockSegment(
currentInfo,
newSegment,
""))
apiUrl))
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(response -> {
Expand Down

0 comments on commit 4268b1e

Please sign in to comment.