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

add logging to connect reporting

This commit is contained in:
Luke Pulverenti 2015-06-02 23:16:39 -04:00
parent 9bdb4a323f
commit 2eff956685
2 changed files with 1 additions and 5 deletions

View file

@ -618,6 +618,7 @@
device.on("disconnect", function () {
device.off("ready");
device.off("disconnect");
});
console.log('Calling device.connect');

View file

@ -488,11 +488,6 @@
isSupported: function () {
// Crashing. Don't want to fight it right now
if (AppInfo.isNativeApp && $.browser.safari) {
return false;
}
return window.SpeechRecognition || window.webkitSpeechRecognition;
},