mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
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)
|
||||
{
|
||||
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…
x
Reference in New Issue
Block a user