瀏覽代碼

Remove redundant newline to fix CI

Signed-off-by: gnattu <gnattuoc@me.com>
gnattu 9 月之前
父節點
當前提交
3c64e1d33f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Emby.Server.Implementations/MediaEncoder/EncodingManager.cs

+ 0 - 1
Emby.Server.Implementations/MediaEncoder/EncodingManager.cs

@@ -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)