mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add guide settings
This commit is contained in:
parent
fab755eccd
commit
35c68c997d
14 changed files with 314 additions and 154 deletions
|
@ -986,7 +986,7 @@
|
|||
|
||||
if (browser.msie) {
|
||||
|
||||
if (window.MediaSource == null || mediaSource.RunTimeTicks == null) {
|
||||
if (window.MediaSource == null || mediaSource.RunTimeTicks == null || browser.mobile) {
|
||||
alert('Playback of this content is not supported in Internet Explorer. For a better experience, please try a modern browser such as Google Chrome, Firefox, Opera, or Microsoft Edge.');
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue