mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
stub out mock sync provider
This commit is contained in:
parent
68e7007105
commit
3944c8c0cb
4 changed files with 109 additions and 7 deletions
2
dashboard-ui/thirdparty/cast_sender.js
vendored
2
dashboard-ui/thirdparty/cast_sender.js
vendored
|
@ -5,7 +5,7 @@ chrome.cast.ApiBootstrap_ = function() {
|
|||
};
|
||||
chrome.cast.ApiBootstrap_.EXTENSION_IDS = ["boadgeojelhgndaghljhdicfkmllpafd", "dliochdbjfkdbacpmhlcpmleaejidimm", "hfaagokkkhdbgiakmmlclaapfelnkoah", "fmfcbgogabcbclcofgocippekhfcmgfj", "enhhojjnijigcajfphajepfemndkmdlo"];
|
||||
chrome.cast.ApiBootstrap_.findInstalledExtension_ = function(callback) {
|
||||
//chrome.cast.ApiBootstrap_.findInstalledExtensionHelper_(0, callback);
|
||||
chrome.cast.ApiBootstrap_.findInstalledExtensionHelper_(0, callback);
|
||||
};
|
||||
chrome.cast.ApiBootstrap_.findInstalledExtensionHelper_ = function(index, callback) {
|
||||
index == chrome.cast.ApiBootstrap_.EXTENSION_IDS.length ? callback(null) : chrome.cast.ApiBootstrap_.isExtensionInstalled_(chrome.cast.ApiBootstrap_.EXTENSION_IDS[index], function(installed) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue