mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
SceneMapping will use the JSON API instead of CSV file now.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using PetaPoco;
|
||||
using Newtonsoft.Json;
|
||||
using PetaPoco;
|
||||
|
||||
namespace NzbDrone.Core.Repository
|
||||
{
|
||||
@@ -8,8 +9,10 @@ namespace NzbDrone.Core.Repository
|
||||
{
|
||||
public string CleanTitle { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "Id")]
|
||||
public int SeriesId { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "Title")]
|
||||
public string SceneName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user