mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Fully switched the TV shows over to use the other provider.
This commit is contained in:
parent
46dc9d95f1
commit
7677831bbc
14 changed files with 231 additions and 30 deletions
|
@ -31,7 +31,7 @@ namespace PlexRequests.UI.Models
|
|||
public class RequestViewModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int Tmdbid { get; set; }
|
||||
public int ProviderId { get; set; }
|
||||
public string ImdbId { get; set; }
|
||||
public string Overview { get; set; }
|
||||
public string Title { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue