mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
#125 start indicating in the results if an item is already requested or available
This commit is contained in:
parent
d1c6a13226
commit
c6e6583fd5
8 changed files with 384 additions and 103 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue