1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

New: Look for and use {tmdb} tag in folder name on import

Fixes #5213
This commit is contained in:
Qstick
2020-11-17 15:55:55 -05:00
parent ef8ba37d0e
commit 6d0019ad00
4 changed files with 40 additions and 2 deletions
@@ -18,6 +18,7 @@ namespace NzbDrone.Core.Parser.Model
public string Edition { get; set; }
public int Year { get; set; }
public string ImdbId { get; set; }
public int TmdbId { get; set; }
[JsonIgnore]
public Dictionary<string, object> ExtraInfo { get; set; } = new Dictionary<string, object>();