Skip to content

Commit 28a146a

Browse files
authored
Update VideoPlayerStreamInfoOverlayChannel hash (#1211)
## Pull Request Etiquette ### Checklist - [x] Tests have been added in relevant areas - [ ] Corresponding changes made to the documentation (README.adoc) <!-- (if irrelevant check the box too) --> ### Type of change Internal change <!-- Choose one from "Bug fix" / "New Feature" / "Breaking change" / "Internal change" --> ## Description <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
1 parent c8df2ed commit 28a146a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

miner/src/main/java/fr/rakambda/channelpointsminer/miner/api/gql/gql/data/videoplayerstreaminfooverlaychannel/VideoPlayerStreamInfoOverlayChannelOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
public class VideoPlayerStreamInfoOverlayChannelOperation extends IGQLOperation<VideoPlayerStreamInfoOverlayChannelData>{
1212
public VideoPlayerStreamInfoOverlayChannelOperation(@NonNull String username){
1313
super("VideoPlayerStreamInfoOverlayChannel");
14-
addPersistedQueryExtension(new PersistedQueryExtension(1, "a5f2e34d626a9f4f5c0204f910bab2194948a9502089be558bb6e779a9e1b3d2"));
14+
addPersistedQueryExtension(new PersistedQueryExtension(1, "e785b65ff71ad7b363b34878335f27dd9372869ad0c5740a130b9268bcdbe7e7"));
1515
addVariable("channel", username);
1616
}
1717

miner/src/test/java/fr/rakambda/channelpointsminer/miner/api/gql/gql/GQLApiVideoPlayerStreamInfoOverlayChannelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ void nominalOffline(UnirestMock unirest) throws MalformedURLException{
8787

8888
@Override
8989
protected String getValidRequest(){
90-
return "{\"extensions\":{\"persistedQuery\":{\"sha256Hash\":\"a5f2e34d626a9f4f5c0204f910bab2194948a9502089be558bb6e779a9e1b3d2\",\"version\":1}},\"operationName\":\"VideoPlayerStreamInfoOverlayChannel\",\"variables\":{\"channel\":\"%s\"}}".formatted(USERNAME);
90+
return "{\"extensions\":{\"persistedQuery\":{\"sha256Hash\":\"e785b65ff71ad7b363b34878335f27dd9372869ad0c5740a130b9268bcdbe7e7\",\"version\":1}},\"operationName\":\"VideoPlayerStreamInfoOverlayChannel\",\"variables\":{\"channel\":\"%s\"}}".formatted(USERNAME);
9191
}
9292
}

0 commit comments

Comments
 (0)