aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/GameSystemInfo.cs
blob: 796486b8295f9de8460fa369f922d102a74a3ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
namespace MediaBrowser.Controller.Providers
{
    public class GameSystemInfo : ItemLookupInfo
    {
        /// <summary>
        /// Gets or sets the path.
        /// </summary>
        /// <value>The path.</value>
        public string Path { get; set; }
    }
}