Skip to content

Commit

Permalink
Changed version of PocketCast to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsgeneroso committed Dec 30, 2017
1 parent 06137cd commit 288d3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</head>
<body>
<div class="indicator"></div>
<webview id="pocket" src="http://play.pocketcasts.com/web" disablewebsecurity></webview>
<webview id="pocket" src="https://playbeta.pocketcasts.com/web/" disablewebsecurity></webview>
<script>
const {ipcRenderer} = require('electron')
ipcRenderer.on('play-pause', (event, arg) => {
Expand Down

0 comments on commit 288d3a5

Please sign in to comment.