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:
parent
9bdb4a323f
commit
2eff956685
2 changed files with 1 additions and 5 deletions
|
@ -618,6 +618,7 @@
|
||||||
|
|
||||||
device.on("disconnect", function () {
|
device.on("disconnect", function () {
|
||||||
device.off("ready");
|
device.off("ready");
|
||||||
|
device.off("disconnect");
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log('Calling device.connect');
|
console.log('Calling device.connect');
|
||||||
|
|
|
@ -488,11 +488,6 @@
|
||||||
|
|
||||||
isSupported: function () {
|
isSupported: function () {
|
||||||
|
|
||||||
// Crashing. Don't want to fight it right now
|
|
||||||
if (AppInfo.isNativeApp && $.browser.safari) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return window.SpeechRecognition || window.webkitSpeechRecognition;
|
return window.SpeechRecognition || window.webkitSpeechRecognition;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue