mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
added more image providers
This commit is contained in:
12
MediaBrowser.Controller/Entities/IHasSeries.cs
Normal file
12
MediaBrowser.Controller/Entities/IHasSeries.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
public interface IHasSeries
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the name of the series.
|
||||
/// </summary>
|
||||
/// <value>The name of the series.</value>
|
||||
string SeriesName { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user