Skip to content

Commit

Permalink
Change broadcaster into requested broadcaster_id for replace stream tags
Browse files Browse the repository at this point in the history
  • Loading branch information
CaveMobster authored and d-fischer committed Sep 5, 2021
1 parent 0f98ae6 commit bd36c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/api/helix/stream/HelixStreamApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export class HelixStreamApi extends BaseApi {
scope: 'user:edit:broadcast',
method: 'PUT',
query: {
broadcaster: extractUserId(broadcaster)
broadcaster_id: extractUserId(broadcaster)
},
jsonBody: {
tag_ids: tagIds
Expand Down

0 comments on commit bd36c25

Please sign in to comment.