mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-01 03:42:51 +01:00
Removed unused properties from BaseItem.
This commit is contained in:
15
MediaBrowser.Controller/Entities/IHasLanguage.cs
Normal file
15
MediaBrowser.Controller/Entities/IHasLanguage.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface IHasLanguage
|
||||
/// </summary>
|
||||
public interface IHasLanguage
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the language.
|
||||
/// </summary>
|
||||
/// <value>The language.</value>
|
||||
string Language { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user