mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
rework stub seasons
This commit is contained in:
@@ -125,7 +125,7 @@ namespace MediaBrowser.Server.Implementations.Library.Resolvers.Movies
|
||||
Items = videos
|
||||
};
|
||||
|
||||
var isInMixedFolder = resolverResult.Count > 0;
|
||||
var isInMixedFolder = resolverResult.Count > 1;
|
||||
|
||||
foreach (var video in resolverResult)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user