Fix style issues
Signed-off-by: Petrus.Z <silencly07@gmail.com>
This commit is contained in:
parent
b635b5a7e3
commit
6565b0cfbe
|
@ -58,7 +58,8 @@ namespace Emby.Server.Implementations.Library.Validators
|
||||||
|
|
||||||
foreach (var library in _libraryManager.RootFolder.Children)
|
foreach (var library in _libraryManager.RootFolder.Children)
|
||||||
{
|
{
|
||||||
if (!_libraryManager.GetLibraryOptions(library).AutoCollection) {
|
if (!_libraryManager.GetLibraryOptions(library).AutoCollection)
|
||||||
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,7 +81,8 @@ namespace Emby.Server.Implementations.Library.Validators
|
||||||
});
|
});
|
||||||
startIndex += pagesize;
|
startIndex += pagesize;
|
||||||
|
|
||||||
if (!movies.Any()) {
|
if (!movies.Any())
|
||||||
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user