mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
removed BaseGame
This commit is contained in:
parent
615a223586
commit
e029b47ca3
@ -1,30 +0,0 @@
|
|||||||
|
|
||||||
namespace MediaBrowser.Controller.Entities
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Class BaseGame
|
|
||||||
/// </summary>
|
|
||||||
public class BaseGame : BaseItem
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Gets the type of the media.
|
|
||||||
/// </summary>
|
|
||||||
/// <value>The type of the media.</value>
|
|
||||||
public override string MediaType
|
|
||||||
{
|
|
||||||
get { return Model.Entities.MediaType.Game; }
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gets or sets the players supported.
|
|
||||||
/// </summary>
|
|
||||||
/// <value>The players supported.</value>
|
|
||||||
public int? PlayersSupported { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gets or sets the game system.
|
|
||||||
/// </summary>
|
|
||||||
/// <value>The game system.</value>
|
|
||||||
public string GameSystem { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
@ -93,7 +93,6 @@
|
|||||||
<Compile Include="Entities\Audio\Audio.cs" />
|
<Compile Include="Entities\Audio\Audio.cs" />
|
||||||
<Compile Include="Entities\Audio\MusicAlbum.cs" />
|
<Compile Include="Entities\Audio\MusicAlbum.cs" />
|
||||||
<Compile Include="Entities\Audio\MusicArtist.cs" />
|
<Compile Include="Entities\Audio\MusicArtist.cs" />
|
||||||
<Compile Include="Entities\BaseGame.cs" />
|
|
||||||
<Compile Include="Entities\BaseItem.cs" />
|
<Compile Include="Entities\BaseItem.cs" />
|
||||||
<Compile Include="Entities\BasePluginFolder.cs" />
|
<Compile Include="Entities\BasePluginFolder.cs" />
|
||||||
<Compile Include="Entities\Folder.cs" />
|
<Compile Include="Entities\Folder.cs" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user