mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
Capture the TVDBID when requesting.
This commit is contained in:
parent
fefad77ac1
commit
7ca1272ca4
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ namespace PlexRequests.Store
|
|||
// ReSharper disable once IdentifierTypo
|
||||
public int ProviderId { get; set; }
|
||||
public string ImdbId { get; set; }
|
||||
public string TvDbId { get; set; }
|
||||
public string Overview { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string PosterPath { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue