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

update closing of live streams

This commit is contained in:
Luke Pulverenti 2016-09-27 13:51:01 -04:00
parent 2efcbc740d
commit 3da30e8414
12 changed files with 48 additions and 35 deletions

View file

@ -195,8 +195,8 @@
}
// For now don't do this in edge because we lose some native audio support
if (browser.edge) {
//return false;
if (browser.edge && browser.mobile) {
return false;
}
// hls.js is only in beta. needs more testing.