mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Remove redundant newline to fix CI
Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
parent
a529edaad1
commit
3c64e1d33f
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue