#125 start indicating in the results if an item is already requested or available

This commit is contained in:
Drewster727 2016-04-07 00:18:27 -05:00
parent d1c6a13226
commit c6e6583fd5
8 changed files with 384 additions and 103 deletions

View file

@ -29,7 +29,7 @@ using System.Collections.Generic;
namespace PlexRequests.UI.Models
{
public class SearchTvShowViewModel
public class SearchTvShowViewModel : SearchViewModel
{
public int Id { get; set; }
public string SeriesName { get; set; }