mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
make year nullable, and rmember the profileid
This commit is contained in:
@@ -15,7 +15,7 @@ namespace NzbDrone.Core.NetImport.Trakt
|
||||
public class Movie
|
||||
{
|
||||
public string title { get; set; }
|
||||
public int year { get; set; }
|
||||
public int? year { get; set; }
|
||||
public Ids ids { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user