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 }));