mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix lint
This commit is contained in:
parent
247b78ac4c
commit
d53d789272
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ class ItemsView {
|
|||
}
|
||||
|
||||
getVisibleViewSettings() {
|
||||
const item = (this.params, this.currentItem);
|
||||
const item = this.currentItem;
|
||||
const fields = ['showTitle'];
|
||||
|
||||
if (!item || item.Type !== 'PhotoAlbum' && item.Type !== 'ChannelFolderItem') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue