More work for #254

This commit is contained in:
tidusjar 2016-07-27 12:55:22 +01:00
commit 5041653c9a
5 changed files with 163 additions and 67 deletions

View file

@ -205,7 +205,7 @@ namespace PlexRequests.Services.Jobs
foreach (var lib in tvLibs)
{
shows.AddRange(lib.Directory.Select(x => new PlexTvShow() // shows are in the directory list
shows.AddRange(lib.Directory.Select(x => new PlexTvShow // shows are in the directory list
{
Title = x.Title,
ReleaseYear = x.Year,