diff --git a/dev.aunetx.deezer.json b/dev.aunetx.deezer.json index 10d62a6..c68b239 100644 --- a/dev.aunetx.deezer.json +++ b/dev.aunetx.deezer.json @@ -6,8 +6,8 @@ "sources": [ { "type": "archive", - "url": "https://cdn-content.dzcdn.net/builds/deezer-desktop/8cF2rAuKxLcU1oMDmCYm8Uiqe19Ql0HTySLssdzLkQ9ZWHuDTp2JBtQOvdrFzWPA/win32/x86/7.1.80/DeezerDesktopSetup_7.1.80.exe", - "sha256": "8aab3c9d90ba39de41dd989726c0a900f28c8f8eaa4ebb4728f33abfe75330ce", + "url": "https://cdn-content.dzcdn.net/builds/deezer-desktop/8cF2rAuKxLcU1oMDmCYm8Uiqe19Ql0HTySLssdzLkQ9ZWHuDTp2JBtQOvdrFzWPA/win32/x86/7.1.90/DeezerDesktopSetup_7.1.90.exe", + "sha256": "ea89db25029a457bedaed77588fe6912be65e8fc89755ac18a1daf7e11b909bf", "only-arches": [ "x86_64" ], diff --git a/patches/01-start-in-tray.patch b/patches/01-start-in-tray.patch index 07789c4..203eeed 100644 --- a/patches/01-start-in-tray.patch +++ b/patches/01-start-in-tray.patch @@ -15,7 +15,7 @@ diff --git a/build/main.js b/build/main.js index 8a1eb92..2915d07 100644 --- a/build/main.js +++ b/build/main.js -@@ -3043,24 +3043,29 @@ +@@ -3044,24 +3044,29 @@ finalMinSize[1] ); } diff --git a/patches/02-start-without-tray.patch b/patches/02-start-without-tray.patch index 28a7e27..86bc726 100644 --- a/patches/02-start-without-tray.patch +++ b/patches/02-start-without-tray.patch @@ -12,7 +12,7 @@ diff --git a/build/main.js b/build/main.js index 2915d07..411964e 100644 --- a/build/main.js +++ b/build/main.js -@@ -3000,7 +3000,13 @@ +@@ -3001,7 +3001,13 @@ this._adjustViewToContentSize(), mainView.setAutoResize({ width: !0, height: !0 }); } else this.appService.setWindow(this.window, void 0); diff --git a/patches/03-disable-auto-updater.patch b/patches/03-disable-auto-updater.patch index d710efb..0784561 100644 --- a/patches/03-disable-auto-updater.patch +++ b/patches/03-disable-auto-updater.patch @@ -11,7 +11,7 @@ diff --git a/build/main.js b/build/main.js index 411964e..307fc24 100644 --- a/build/main.js +++ b/build/main.js -@@ -2286,8 +2286,8 @@ +@@ -2287,8 +2287,8 @@ } init() { this.arch && diff --git a/patches/05-provide-metadata-mpris.patch b/patches/05-provide-metadata-mpris.patch index 60d4225..6152397 100644 --- a/patches/05-provide-metadata-mpris.patch +++ b/patches/05-provide-metadata-mpris.patch @@ -162,7 +162,7 @@ index f7f5739..0e0ecf7 100644 ], MediaService ); -@@ -2457,7 +2544,7 @@ +@@ -2458,7 +2545,7 @@ (this.ipc = ipc), (this.app = app); } @@ -171,7 +171,7 @@ index f7f5739..0e0ecf7 100644 const previousUserID = this.user.id; (this.user = Object.assign(this.user, userInfo)), previousUserID !== this.user.id && -@@ -2689,23 +2776,34 @@ +@@ -2690,23 +2777,34 @@ const PlayerIpc_ipc = main_di.get(SERVICE_IPC), media = main_di.get(SERVICE_MEDIA), powerSave = main_di.get(SERVICE_POWER_SAVE); @@ -219,7 +219,7 @@ index f7f5739..0e0ecf7 100644 }); const UpdaterIpc_ipc = main_di.get(SERVICE_IPC), autoUpdater = main_di.get(SERVICE_UPDATER); -@@ -2714,8 +2812,8 @@ +@@ -2715,8 +2813,8 @@ }); const UserIpc_ipc = main_di.get(SERVICE_IPC), user = main_di.get(SERVICE_USER); @@ -230,7 +230,7 @@ index f7f5739..0e0ecf7 100644 }); var application_awaiter = function (thisArg, _arguments, P, generator) { return new (P || (P = Promise))(function (resolve, reject) { -@@ -2781,6 +2879,10 @@ +@@ -2782,6 +2880,10 @@ "autoplay-policy", "no-user-gesture-required" ), diff --git a/patches/06-control-log-level.patch b/patches/06-control-log-level.patch index 3b0dd24..9964045 100644 --- a/patches/06-control-log-level.patch +++ b/patches/06-control-log-level.patch @@ -16,7 +16,7 @@ diff --git a/build/main.js b/build/main.js index 481fc5c..b141aa2 100644 --- a/build/main.js +++ b/build/main.js -@@ -3322,12 +3322,18 @@ +@@ -3323,12 +3323,18 @@ processType: isProcessMain() ? "main" : process.type, }), (external_electron_log_default().transports.console.format = `{h}:{i}:{s}.{ms} ({processType}/{level}) ${isPlatform(PLATFORM.WINDOWS) ? ">" : "›"} {text}`), diff --git a/patches/07-improve-responsiveness.patch b/patches/07-improve-responsiveness.patch index 980aa70..42f850b 100644 --- a/patches/07-improve-responsiveness.patch +++ b/patches/07-improve-responsiveness.patch @@ -110,7 +110,7 @@ diff --git a/build/main.js b/build/main.js index b141aa2..e5bc640 100644 --- a/build/main.js +++ b/build/main.js -@@ -3081,8 +3081,8 @@ +@@ -3082,8 +3082,8 @@ }, windowOptions = { title: "Deezer Desktop", diff --git a/patches/08-hide-offline-banner.patch b/patches/08-hide-offline-banner.patch index dfda883..be95d8a 100644 --- a/patches/08-hide-offline-banner.patch +++ b/patches/08-hide-offline-banner.patch @@ -37,7 +37,7 @@ diff --git a/build/main.js b/build/main.js index e5bc640..8953617 100644 --- a/build/main.js +++ b/build/main.js -@@ -3078,6 +3078,11 @@ +@@ -3079,6 +3079,11 @@ getRealPath(external_electron_namespaceObject.app, __dirname), "preload.js" ), diff --git a/patches/09-disable-animations.patch b/patches/09-disable-animations.patch index 68e8485..fc44628 100644 --- a/patches/09-disable-animations.patch +++ b/patches/09-disable-animations.patch @@ -30,7 +30,7 @@ diff --git a/build/main.js b/build/main.js index 8953617..69a734d 100644 --- a/build/main.js +++ b/build/main.js -@@ -3082,6 +3082,9 @@ +@@ -3083,6 +3083,9 @@ (process.argv.some((arg) => arg === "--hide-offline-banner") || "yes" === process.env.DZ_HIDE_OFFLINE_BANNER) && "--hide-offline-banner", diff --git a/patches/10-disable-notifications.patch b/patches/10-disable-notifications.patch index 53f89db..db10f1f 100644 --- a/patches/10-disable-notifications.patch +++ b/patches/10-disable-notifications.patch @@ -12,7 +12,7 @@ diff --git a/build/main.js b/build/main.js index 69a734d..edacdde 100644 --- a/build/main.js +++ b/build/main.js -@@ -3085,6 +3085,9 @@ +@@ -3086,6 +3086,9 @@ (process.argv.some((arg) => arg === "--disable-animations") || "yes" === process.env.DZ_DISABLE_ANIMATIONS) && "--disable-animations", diff --git a/patches/11-fix-thumbar-actions.patch b/patches/11-fix-thumbar-actions.patch index 56a6a24..d6446dd 100644 --- a/patches/11-fix-thumbar-actions.patch +++ b/patches/11-fix-thumbar-actions.patch @@ -28,7 +28,7 @@ index edacdde..ba3d65e 100644 case MenuItemType.PlayerNext: return this.getPlayerNextOptions(); case MenuItemType.PlayerPrev: -@@ -1586,15 +1589,26 @@ +@@ -1587,15 +1590,26 @@ }), }; } @@ -57,7 +57,7 @@ index edacdde..ba3d65e 100644 }; } getPlayerPrevOptions() { -@@ -1603,9 +1617,9 @@ +@@ -1604,9 +1618,9 @@ label: i18n_t("menu_previous_label"), enabled: this.user.isLoggedIn() && canPrev, accelerator: "Shift+Left", @@ -69,7 +69,7 @@ index edacdde..ba3d65e 100644 }; } getPlayerShuffleOptions() { -@@ -2248,7 +2262,7 @@ +@@ -2249,7 +2263,7 @@ external_electron_namespaceObject.Menu.buildFromTemplate([ this.menu.getItem(MenuItemType.Open), this.menu.getItem(MenuItemType.Separator), diff --git a/patches/13-disable-hardware-acceleration.patch b/patches/13-disable-hardware-acceleration.patch index a8fb3d9..fc31251 100644 --- a/patches/13-disable-hardware-acceleration.patch +++ b/patches/13-disable-hardware-acceleration.patch @@ -11,7 +11,7 @@ diff --git a/build/main.js b/build/main.js index b2b1c55..63386d4 100644 --- a/build/main.js +++ b/build/main.js -@@ -2897,6 +2897,11 @@ +@@ -2898,6 +2898,11 @@ "disable-features", "HardwareMediaKeyHandling" ),