mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #12636 from gnattu/fix-ci
Remove redundant newline to fix CI
This commit is contained in:
commit
7d178aad0b
@ -107,7 +107,6 @@ namespace Emby.Server.Implementations.MediaEncoder
|
|||||||
return sum / chapters.Count;
|
return sum / chapters.Count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public async Task<bool> RefreshChapterImages(Video video, IDirectoryService directoryService, IReadOnlyList<ChapterInfo> chapters, bool extractImages, bool saveChapters, CancellationToken cancellationToken)
|
public async Task<bool> RefreshChapterImages(Video video, IDirectoryService directoryService, IReadOnlyList<ChapterInfo> chapters, bool extractImages, bool saveChapters, CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
if (chapters.Count == 0)
|
if (chapters.Count == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user