mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
support channel folders
This commit is contained in:
@@ -381,7 +381,7 @@ namespace MediaBrowser.Server.Implementations.Library.Resolvers.Movies
|
||||
{
|
||||
firstMovie.IsMultiPart = true;
|
||||
|
||||
_logger.Info("Multi-part video found: " + firstMovie.Path);
|
||||
_logger.Debug("Multi-part video found: " + firstMovie.Path);
|
||||
|
||||
return firstMovie;
|
||||
}
|
||||
@@ -411,7 +411,7 @@ namespace MediaBrowser.Server.Implementations.Library.Resolvers.Movies
|
||||
{
|
||||
firstMovie.HasLocalAlternateVersions = true;
|
||||
|
||||
_logger.Info("Multi-version video found: " + firstMovie.Path);
|
||||
_logger.Debug("Multi-version video found: " + firstMovie.Path);
|
||||
|
||||
return firstMovie;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user