mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-16 11:16:49 +01:00
fix: Remove parameter from route
This commit is contained in:
parent
885fa36079
commit
e8b618b278
@ -13,8 +13,7 @@ public final class StoryBoardRendererRoutes {
|
|||||||
Route.Method.POST,
|
Route.Method.POST,
|
||||||
"player" +
|
"player" +
|
||||||
"?fields=storyboards.playerStoryboardSpecRenderer.spec," +
|
"?fields=storyboards.playerStoryboardSpecRenderer.spec," +
|
||||||
"storyboards.playerLiveStoryboardSpecRenderer.spec" +
|
"storyboards.playerLiveStoryboardSpecRenderer.spec"
|
||||||
"&key={api_key}"
|
|
||||||
);
|
);
|
||||||
|
|
||||||
private StoryBoardRendererRoutes() {
|
private StoryBoardRendererRoutes() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user