support channel folders

This commit is contained in:
Luke Pulverenti
2014-05-04 20:46:52 -04:00
parent c3f2021cad
commit 8aadbf3513
15 changed files with 123 additions and 48 deletions

View File

@@ -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;
}