jellyfin/MediaBrowser.Controller/Providers/GameSystemInfo.cs
2015-03-13 15:37:19 -04:00

11 lines
266 B
C#

namespace MediaBrowser.Controller.Providers
{
public class GameSystemInfo : ItemLookupInfo
{
/// <summary>
/// Gets or sets the path.
/// </summary>
/// <value>The path.</value>
public string Path { get; set; }
}
}