Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Naozumi520 committed May 2, 2023
1 parent 7de1494 commit cbe40d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remedypro",
"version": "2.0.0",
"version": "2.0.1",
"description": "Unofficial Discord overlay support for MacOS",
"main": "src/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ function loginSetup () {
ses.webRequest.onBeforeRequest((details, callback) => {
if (ready) return callback({})
// console.log(details.url)
if (details.url.startsWith('https://discord.com/assets/version.stable.json')) {
if (details.url.startsWith('https://api.spotify.com/v1/me/player')) {
promptWrapper.hide()
}
if (details.url.startsWith('https://discord.com/api/v9/users/@me/burst-credits')) {
Expand Down

0 comments on commit cbe40d0

Please sign in to comment.