aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/GameInfo.cs
blob: 1f3eb40b72bfe433c02f07be5a529871fbd7de9c (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; }
    }
}