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:
parent
4c9199c7c6
commit
e6828eeee8
7 changed files with 9 additions and 9 deletions
|
@ -1374,8 +1374,8 @@ function renderChildren(page, item) {
|
|||
items: result.Items,
|
||||
showIndexNumber: false,
|
||||
enableOverview: true,
|
||||
enablePlayedButton: layoutManager.mobile ? false : true,
|
||||
infoButton: layoutManager.mobile ? false : true,
|
||||
enablePlayedButton: !layoutManager.mobile,
|
||||
infoButton: !layoutManager.mobile,
|
||||
imageSize: 'large',
|
||||
enableSideMediaInfo: false,
|
||||
highlight: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue