feat: added metadata source field - this will determine the handling of the flags attribute
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user