RenameProvider will return string for Multi-Episode files.

This commit is contained in:
Mark McDowall 2011-06-05 21:03:08 -07:00
commit cbaa2f7ef4
4 changed files with 434 additions and 44 deletions

View file

@ -5,5 +5,6 @@
public int Id { get; set; }
public string Name { get; set; }
public string Pattern { get; set; }
public string EpisodeSeparator { get; set; }
}
}