فهرست منبع

Fix style issues

Signed-off-by: Petrus.Z <silencly07@gmail.com>
Petrus.Z 3 سال پیش
والد
کامیت
6565b0cfbe
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs

+ 4 - 2
Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs

@@ -58,7 +58,8 @@ namespace Emby.Server.Implementations.Library.Validators
 
             foreach (var library in _libraryManager.RootFolder.Children)
             {
-                if (!_libraryManager.GetLibraryOptions(library).AutoCollection) {
+                if (!_libraryManager.GetLibraryOptions(library).AutoCollection)
+                {
                     continue;
                 }
 
@@ -80,7 +81,8 @@ namespace Emby.Server.Implementations.Library.Validators
                     });
                     startIndex += pagesize;
 
-                    if (!movies.Any()) {
+                    if (!movies.Any())
+                    {
                         break;
                     }