Browse Source

Merge pull request #12636 from gnattu/fix-ci

Remove redundant newline to fix CI
Niels van Velzen 1 year ago
parent
commit
7d178aad0b
1 changed files with 0 additions and 1 deletions
  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)