feat: Roms can now be downloaded via the API

This commit is contained in:
Michael Green
2023-06-16 23:56:12 +10:00
parent 4f40d04d30
commit 8658689ac4
5 changed files with 144 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ namespace gaseous_server.Classes.Metadata
returnValue = new Platform
{
Id = 0,
Name = "Unknown"
Name = "Unknown Platform"
};
Storage.NewCacheValue(returnValue);