Apply suggestions from code review

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
imchasingshadows
2021-09-16 16:13:29 +02:00
committed by GitHub
parent 59bb2f27a5
commit 2e66ce13e6
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ function isTv() {
function isWeb0s() {
const userAgent = navigator.userAgent.toLowerCase();
if (userAgent.indexOf('netcast') !== -1) {
return true;
}