Fix style issues

Signed-off-by: Petrus.Z <silencly07@gmail.com>
pull/6850/head
Petrus.Z 3 years ago
parent b635b5a7e3
commit 6565b0cfbe
No known key found for this signature in database
GPG Key ID: 71B321E14F898C3D

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

Loading…
Cancel
Save