mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fix lint
This commit is contained in:
parent
247b78ac4c
commit
d53d789272
@ -1173,7 +1173,7 @@ class ItemsView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getVisibleViewSettings() {
|
getVisibleViewSettings() {
|
||||||
const item = (this.params, this.currentItem);
|
const item = this.currentItem;
|
||||||
const fields = ['showTitle'];
|
const fields = ['showTitle'];
|
||||||
|
|
||||||
if (!item || item.Type !== 'PhotoAlbum' && item.Type !== 'ChannelFolderItem') {
|
if (!item || item.Type !== 'PhotoAlbum' && item.Type !== 'ChannelFolderItem') {
|
||||||
|
Loading…
Reference in New Issue
Block a user