diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-01 10:01:16 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-01 10:01:16 -0400 |
| commit | e029b47ca3452615d2b9ead21e47363fd5e9b064 (patch) | |
| tree | ac016d0d16eb7fe1e6985c2d58ffa5984dc9d522 | |
| parent | 615a223586e736660068f2d7f0e2acc186cbcc8a (diff) | |
removed BaseGame
| -rw-r--r-- | MediaBrowser.Controller/Entities/BaseGame.cs | 30 | ||||
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 1 |
2 files changed, 0 insertions, 31 deletions
diff --git a/MediaBrowser.Controller/Entities/BaseGame.cs b/MediaBrowser.Controller/Entities/BaseGame.cs deleted file mode 100644 index 5df1bfaf4..000000000 --- a/MediaBrowser.Controller/Entities/BaseGame.cs +++ /dev/null @@ -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; } - } -} diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index eea344a63..228c6380f 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -93,7 +93,6 @@ <Compile Include="Entities\Audio\Audio.cs" /> <Compile Include="Entities\Audio\MusicAlbum.cs" /> <Compile Include="Entities\Audio\MusicArtist.cs" /> - <Compile Include="Entities\BaseGame.cs" /> <Compile Include="Entities\BaseItem.cs" /> <Compile Include="Entities\BasePluginFolder.cs" /> <Compile Include="Entities\Folder.cs" /> |
