mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
add ShortOverview
This commit is contained in:
@@ -108,6 +108,12 @@ namespace MediaBrowser.Api
|
||||
hasTags.Tags = request.Tags;
|
||||
}
|
||||
|
||||
var hasShortOverview = item as IHasShortOverview;
|
||||
if (hasShortOverview != null)
|
||||
{
|
||||
hasShortOverview.ShortOverview = request.ShortOverview;
|
||||
}
|
||||
|
||||
var hasKeywords = item as IHasKeywords;
|
||||
if (hasKeywords != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user