diff --git a/src/scripts/browser.js b/src/scripts/browser.js index 8bf1528bde..dfe5382115 100644 --- a/src/scripts/browser.js +++ b/src/scripts/browser.js @@ -14,11 +14,7 @@ function isTv() { return true; } - if (userAgent.indexOf('netcast') !== -1) { - return true; - } - - if (userAgent.indexOf('web0s') !== -1) { + if (isWeb0s()) { return true; }