This commit is contained in:
sancodes 2022-06-09 07:00:43 -07:00
parent 247b78ac4c
commit d53d789272

View File

@ -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') {