aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/GameInfo.cs
blob: 771cf6cecbfb3596a1bd36b285446e93bec93edd (plain)
1
2
3
4
5
6
7
8
9
10
11
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; }
    }
}