diff --git a/src/app/core/shared/browse-entry.model.ts b/src/app/core/shared/browse-entry.model.ts index 7556306235..d4842e1294 100644 --- a/src/app/core/shared/browse-entry.model.ts +++ b/src/app/core/shared/browse-entry.model.ts @@ -40,6 +40,12 @@ export class BrowseEntry extends ListableObject implements TypedObject { @autoserializeAs('valueLang') language: string; + /** + * Thumbnail link used when browsing items with showThumbs config enabled. + */ + @autoserializeAs('thumbnail') + thumbnail: string; + /** * The count of this browse entry */