mirror of
https://github.com/Sonarr/Sonarr
synced 2026-04-21 12:41:27 +02:00
Fixed Migration 148 test
This commit is contained in:
parent
314a12ffb5
commit
8b8deb5646
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ private void AddEpisodeFile(mediainfo_channels m, int id)
|
|||
DateAdded = DateTime.UtcNow,
|
||||
RelativePath = "SomeFile.mkv",
|
||||
Language = 1,
|
||||
SeasonNumber = 1,
|
||||
MediaInfo = new
|
||||
{
|
||||
ContainerFormat = "Matroska",
|
||||
|
|
|
|||
Loading…
Reference in a new issue