1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove linter errors

This commit is contained in:
Ranbeer 2023-10-14 20:35:55 +05:30
parent 4c9199c7c6
commit e6828eeee8
7 changed files with 9 additions and 9 deletions

View file

@ -21,7 +21,7 @@ function onKeyDown(e) {
}
}
const enableRefreshHack = browser.tizen || browser.orsay || browser.operaTv || browser.web0s ? true : false;
const enableRefreshHack = browser.tizen || browser.orsay || browser.operaTv || browser.web0s;
function forceRefresh(loading) {
const elem = this.parentNode;