mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02: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