Added thumbnail property to browse entry model.

This commit is contained in:
Michael Spalti
2022-09-16 17:33:20 -07:00
parent cfff05b1da
commit 41d1f5383f

View File

@@ -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
*/