feat: added metadata source field - this will determine the handling of the flags attribute

This commit is contained in:
Michael Green
2023-06-18 23:08:02 +10:00
parent 4413dccbdf
commit 00cc051dc6
12 changed files with 70 additions and 40 deletions

View File

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