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:
parent
2efcbc740d
commit
3da30e8414
12 changed files with 48 additions and 35 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue