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.
4 lines
83 B
C#
4 lines
83 B
C#
namespace LANCommander.Server.Models
|
|
{
|
|
public class AddGameDialogOptions { }
|
|
}
|