1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed: Sample generation failing for {Movie OriginalTitle}

Fixes #5426
This commit is contained in:
Qstick 2020-11-29 22:32:49 -05:00
parent 0ddf19d384
commit 785ad5d62e

View File

@ -52,6 +52,7 @@ public FileNameSampleService(IBuildFileNames buildFileNames)
_movie = new Movie
{
Title = "The Movie: Title",
OriginalTitle = "The Original Movie Title",
Collection = new MovieCollection { Name = "The Movie Collection", TmdbId = 123654 },
Certification = "R",
Year = 2010,