mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
cleaned up the mindfuck that was scene mapping.
This commit is contained in:
@@ -5,13 +5,15 @@ namespace NzbDrone.Core.DataAugmentation.Scene
|
||||
{
|
||||
public class SceneMapping : ModelBase
|
||||
{
|
||||
public string CleanTitle { get; set; }
|
||||
[JsonProperty("CleanTitle")]
|
||||
public string ParseTerm { get; set; }
|
||||
|
||||
[JsonProperty("Title")]
|
||||
public string SceneName { get; set; }
|
||||
public string SearchTerm { get; set; }
|
||||
|
||||
[JsonProperty("Id")]
|
||||
public int TvdbId { get; set; }
|
||||
|
||||
public int SeasonNumber { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user