jellyfin/MediaBrowser.Controller/Providers/GameSystemInfo.cs
2019-01-13 20:30:58 +01:00

12 lines
267 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; }
}
}