mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user