Skip to content

Commit

Permalink
Fix URL - PocketCasts changed it. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Jul 10, 2020
1 parent dd049c1 commit ea3101c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const electron = require( "electron" );
const path = require('path');
const { shell, app, Tray, Menu, BrowserWindow, globalShortcut } = electron;
const HOMEPAGE = "https://play.pocketcasts.com/web/"
const HOMEPAGE = "https://play.pocketcasts.com/podcasts"
const iconPath = path.join(__dirname, 'tray-icon.png');

let mainWindow;
Expand Down

0 comments on commit ea3101c

Please sign in to comment.