1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

switch to new CC url

This commit is contained in:
Luke Pulverenti 2014-09-18 00:50:21 -04:00
parent 1f6ce6a409
commit 698fe57e53
5 changed files with 21 additions and 6 deletions

View file

@ -79,9 +79,10 @@
// v1 Id AE4DA10A
// v2 Id 472F0435
// v3 Id 69C59853
// v4 Id F4EB2E8E
// default receiver chrome.cast.media.DEFAULT_MEDIA_RECEIVER_APP_ID
var applicationID = "69C59853";
var applicationID = "F4EB2E8E";
// request session
var sessionRequest = new chrome.cast.SessionRequest(applicationID);