New Scanner + People Pages (#3286)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
1ed0eae22d
commit
ba20ad4ecc
142 changed files with 17529 additions and 3038 deletions
|
@ -352,7 +352,7 @@ public class MetadataService : IMetadataService
|
|||
/// <param name="libraryId"></param>
|
||||
/// <param name="seriesId"></param>
|
||||
/// <param name="forceUpdate">Overrides any cache logic and forces execution</param>
|
||||
/// <param name="forceColorscape">Will ensure that the colorscape is regenned</param>
|
||||
/// <param name="forceColorScape">Will ensure that the colorscape is regenerated</param>
|
||||
public async Task GenerateCoversForSeries(int libraryId, int seriesId, bool forceUpdate = true, bool forceColorScape = true)
|
||||
{
|
||||
var series = await _unitOfWork.SeriesRepository.GetFullSeriesForSeriesIdAsync(seriesId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue