mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
hls updates
This commit is contained in:
parent
bbdbdf346e
commit
9fc4c86111
19 changed files with 255 additions and 246 deletions
15
dashboard-ui/thirdparty/cordova/connectsdk.js
vendored
15
dashboard-ui/thirdparty/cordova/connectsdk.js
vendored
|
@ -1,16 +1,5 @@
|
|||
(function () {
|
||||
|
||||
|
||||
function onDeviceFound(e) {
|
||||
|
||||
console.log('device found');
|
||||
}
|
||||
|
||||
function onDeviceLost(e) {
|
||||
|
||||
console.log('device lost');
|
||||
}
|
||||
|
||||
function initSdk() {
|
||||
|
||||
var manager = ConnectSDK.discoveryManager;
|
||||
|
@ -23,9 +12,6 @@
|
|||
// new ConnectSDK.CapabilityFilter(["MediaPlayer.Display.Video", "MediaControl.Pause"])
|
||||
//]);
|
||||
|
||||
manager.addListener('devicefound', onDeviceFound);
|
||||
manager.addListener('devicelost', onDeviceLost);
|
||||
|
||||
manager.startDiscovery();
|
||||
|
||||
requirejs(['thirdparty/cordova/chromecast', 'thirdparty/cordova/generaldevice']);
|
||||
|
@ -33,5 +19,4 @@
|
|||
|
||||
Dashboard.ready(initSdk);
|
||||
|
||||
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue