From 46536da18373dadb40fdc2b3cb3a2f62c3a7dbcb Mon Sep 17 00:00:00 2001 From: Giulio De Matteis Date: Fri, 15 Jan 2021 15:03:23 +0100 Subject: [PATCH] Release 2.3.4 --- package.json | 2 +- src/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 321e2a2..8676b67 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bandcamp-desktop", "productName": "Bandcamp Desktop", - "version": "2.3.3", + "version": "2.3.4", "description": "Bandcamp Desktop is a crossplatform desktop application. It allows you to use bandcamp.com in an easy and quick way. Keep listening to music while you explore the website.", "main": "src/main.js", "scripts": { diff --git a/src/main.js b/src/main.js index 2c3ba09..50364d4 100644 --- a/src/main.js +++ b/src/main.js @@ -61,7 +61,7 @@ function createWindow(){ mainWindowState.manage(mainWindow); mainWindow.loadURL(url.format({ - pathname: 'planetsmashers.bandcamp.com/album/too-much-information-2', + pathname: 'bandcamp.com', protocol: 'https:', slashes: true }));