Merge pull request #602 from xn-oah/master

Fix clientID
This commit is contained in:
th-ch
2022-02-20 18:25:25 +01:00
committed by GitHub

View File

@ -5,7 +5,7 @@ const { dialog, app } = require("electron");
const registerCallback = require("../../providers/song-info"); const registerCallback = require("../../providers/song-info");
// Application ID registered by @xn-oah // Application ID registered by @xn-oah
const clientId = "937234785716285471"; const clientId = "942539762227630162";
/** /**
* @typedef {Object} Info * @typedef {Object} Info