mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
11 lines
280 B
C#
11 lines
280 B
C#
|
|
namespace MediaBrowser.Controller.Providers
|
||
|
|
{
|
||
|
|
public class GameInfo : ItemLookupInfo
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// Gets or sets the game system.
|
||
|
|
/// </summary>
|
||
|
|
/// <value>The game system.</value>
|
||
|
|
public string GameSystem { get; set; }
|
||
|
|
}
|
||
|
|
}
|