mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
fix lint
This commit is contained in:
parent
247b78ac4c
commit
d53d789272
@ -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…
Reference in New Issue
Block a user