1
0
Fork 0
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:
dkanada 2020-01-24 18:45:37 +09:00
parent 6728f5b718
commit 5446e9a625

View file

@ -167,6 +167,8 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function (appSet
if (browser.mobile) {
return false;
}
return true;
}
function supportsCue() {