mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
add ShortOverview
This commit is contained in:
12
MediaBrowser.Controller/Entities/IHasShortOverview.cs
Normal file
12
MediaBrowser.Controller/Entities/IHasShortOverview.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
public interface IHasShortOverview
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the short overview.
|
||||
/// </summary>
|
||||
/// <value>The short overview.</value>
|
||||
string ShortOverview { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user