mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
return default value in method
This commit is contained in:
parent
6728f5b718
commit
5446e9a625
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function (appSet
|
|||
if (browser.mobile) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
function supportsCue() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue