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

Merge pull request #23 from joshuaboniface/update-chromecast

Update Chromecast app ID
This commit is contained in:
Joshua M. Boniface 2019-01-11 23:45:02 -05:00 committed by GitHub
commit 2c26f69bb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@
'ERROR': 'ERROR'
};
var applicationID = "2D4B1DA3";
var applicationID = "F007D354";
// This is the beta version used for testing new changes
@ -1121,4 +1121,4 @@
};
return ChromecastPlayer;
});
});