diff --git a/src/controllers/list.js b/src/controllers/list.js index b880502828..4c9e97ca48 100644 --- a/src/controllers/list.js +++ b/src/controllers/list.js @@ -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') {