mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
Rewrote most of the renamer token handling code to give it a bit more generic architecture. Also added MediaInfo as possible token.
This commit is contained in:
@@ -9,7 +9,7 @@ namespace NzbDrone.Core.Organizer
|
||||
{
|
||||
public class SampleResult
|
||||
{
|
||||
public string Filename { get; set; }
|
||||
public String FileName { get; set; }
|
||||
public Series Series { get; set; }
|
||||
public List<Episode> Episodes { get; set; }
|
||||
public EpisodeFile EpisodeFile { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user