GitIgnore fixes, DockerFile fixes
This commit is contained in:
@@ -189,7 +189,7 @@ public class SeriesPosterMakerService : ISeriesPosterMakerService
|
||||
image2 = new MagickImage(imageWithSeason);
|
||||
}
|
||||
|
||||
if (properties.LimitedSeries == true)
|
||||
if (properties.LimitedSeries != null && properties.LimitedSeries == true)
|
||||
{
|
||||
seasonImages.Add(labels);
|
||||
readSettings.TextInterlineSpacing = 150;
|
||||
|
||||
Reference in New Issue
Block a user