mirror of
https://github.com/Radarr/Radarr
synced 2025-02-22 14:21:14 +00:00
parent
0ddf19d384
commit
785ad5d62e
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue