mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Matching TvRage to TvDb
#ND-15 In Progress
This commit is contained in:
parent
f00b17ac47
commit
253426873c
17 changed files with 753 additions and 7 deletions
|
@ -52,6 +52,12 @@ namespace NzbDrone.Core.Repository
|
|||
|
||||
public bool UseSceneNumbering { get; set; }
|
||||
|
||||
public int TvRageId { get; set; }
|
||||
|
||||
public string TvRageTitle { get; set; }
|
||||
|
||||
public int UtcOffset { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this <see cref="Series"/> is hidden.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue