Revert "Add Year to the new VideoInfo"

This reverts commit 05ad2e9b3f.
pull/948/head
Claus Vium 5 years ago
parent 5181427234
commit de5c0bab70

@ -184,7 +184,6 @@ namespace Emby.Naming.Video
return ordered.GroupBy(v => new {v.Name, v.Year}).Select(group => new VideoInfo
{
Name = folderName,
Year = group.First().Year,
Files = group.First().Files,
AlternateVersions = group.Skip(1).Select(i => i.Files[0]).ToList(),
Extras = group.First().Extras.Concat(group.Skip(1).SelectMany(i => i.Extras)).ToList()

Loading…
Cancel
Save