LANCommander/LANCommander.Server/Models/AddGameDialogOptions.cs
Pat Hartl 45aaa0ea8d Simplify game addition w/ metadata lookup
Adding a game now immediately provides a dialog to lookup a game through metadata providers. Selecting a result will create the game with the populated metadata. An additional option of automatically downloading art (icon, cover, background, logo) is also provided, though may be inaccurate and completely up to the results of the provider.
2026-06-01 02:15:53 -05:00

4 lines
83 B
C#

namespace LANCommander.Server.Models
{
public class AddGameDialogOptions { }
}