Merge pull request #12636 from gnattu/fix-ci

Remove redundant newline to fix CI
pull/12642/head
Niels van Velzen 5 months ago committed by GitHub
commit 7d178aad0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -107,7 +107,6 @@ namespace Emby.Server.Implementations.MediaEncoder
return sum / chapters.Count;
}
public async Task<bool> RefreshChapterImages(Video video, IDirectoryService directoryService, IReadOnlyList<ChapterInfo> chapters, bool extractImages, bool saveChapters, CancellationToken cancellationToken)
{
if (chapters.Count == 0)

Loading…
Cancel
Save