Added images to the search

This commit is contained in:
Jamie Rees 2020-06-18 22:19:01 +01:00
parent 6d339e7a1c
commit ab15439a27
6 changed files with 36 additions and 20 deletions

View file

@ -5,5 +5,6 @@
public string Id { get; set; }
public string MediaType { get; set; }
public string Title { get; set; }
public string Poster { get; set; }
}
}