Fix style issues

Signed-off-by: Petrus.Z <silencly07@gmail.com>
This commit is contained in:
Petrus.Z 2021-11-18 13:33:44 +08:00
parent b635b5a7e3
commit 6565b0cfbe
No known key found for this signature in database
GPG key ID: 71B321E14F898C3D

View file

@ -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;
}