Fixed build and collection order

This commit is contained in:
tidusjar 2019-07-17 22:50:20 +01:00
parent 723aa3fffc
commit cb12160a97
6 changed files with 50 additions and 56 deletions

View file

@ -2,6 +2,7 @@
{
public class MultiSearchResult
{
public string Id { get; set; }
public string MediaType { get; set; }
public string Title { get; set; }
}