Skip to content

Commit

Permalink
2.6.3 : Fixed webpage query AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Banderi committed Aug 2, 2024
1 parent a78ca06 commit 4b9055c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ async function fetch_channel_data(auth_bear) {

// Direct access/webpage internal API.
let querytosend = {
query: 'query ($first: Int!, $page: Int!, $q: String) {\n bannedChannels(\n first: $first\n page: $page\n q: $q\n orderBy: {field: \n"last_live", order: DESC}\n ) {\n account_type\n avatar\n channel_name\n id\n last_live\n online\n banned\n __typename\n }\n}',
query: 'query ($first: Int!, $page: Int!, $q: String) {\n followers(\n first: $first\n page: $page\n q: $q\n orderBy: {field: \n"last_live", order: DESC}\n ) {\n account_type\n avatar\n channel_name\n id\n last_live\n notification\n online\n banned\n __typename\n }\n}',
variables: {
"first": settings.maxnames,
"page": 1,
Expand Down
2 changes: 1 addition & 1 deletion ext/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Picarto Notifier",
"version": "2.6.2",
"version": "2.6.3",
"manifest_version": 2,
"permissions": [
"*://*.picarto.tv/*",
Expand Down

0 comments on commit 4b9055c

Please sign in to comment.