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

New: Movie Collection naming token

This commit is contained in:
Qstick
2020-08-24 20:57:45 -04:00
parent 4d193b2279
commit df197d2e16
4 changed files with 33 additions and 0 deletions
@@ -52,6 +52,8 @@ namespace NzbDrone.Core.Organizer
_movie = new Movie
{
Title = "The Movie: Title",
Collection = new MovieCollection { Name = "The Movie Collection", TmdbId = 123654 },
Certification = "R",
Year = 2010,
ImdbId = "tt0066921",
TmdbId = 345691,