update url
This commit is contained in:
parent
ed7a41bf49
commit
2723905739
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export default class DiscordRPC {
|
||||||
const self = this;
|
const self = this;
|
||||||
ipcMain.on("discordrpc:updateImage", async (_event, imageurl) => {
|
ipcMain.on("discordrpc:updateImage", async (_event, imageurl) => {
|
||||||
if (!this._utils.getStoreValue("general.privateEnabled")) {
|
if (!this._utils.getStoreValue("general.privateEnabled")) {
|
||||||
fetch("https://api-test.cider.sh/v1/images", {
|
fetch("https://api.cider.sh/v1/images", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"User-Agent": this._utils.getWindow().webContents.getUserAgent(),
|
"User-Agent": this._utils.getWindow().webContents.getUserAgent(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue