use folder.ext when poster.ext is not found for movies or shows (#96)

This commit is contained in:
Jason Dove
2021-03-21 21:50:31 +00:00
committed by GitHub
parent 4c70d61d48
commit c33c037188
7 changed files with 62 additions and 8 deletions
@@ -49,7 +49,7 @@ namespace ErsatzTV.Infrastructure.Search
private readonly ILogger<SearchIndex> _logger;
private readonly ISearchRepository _searchRepository;
public SearchIndex(
ILocalFileSystem localFileSystem,
ISearchRepository searchRepository,