3.0.5482.4

This commit is contained in:
Luke Pulverenti 2015-01-10 01:55:37 -05:00
parent 51b5e379d5
commit e978482896
3 changed files with 8 additions and 8 deletions

View File

@ -72,13 +72,13 @@ namespace MediaBrowser.Server.Implementations.Library.Resolvers.TV
} }
else else
{ {
if (args.HasParent<Series>())
{
return null;
}
if (string.IsNullOrWhiteSpace(collectionType)) if (string.IsNullOrWhiteSpace(collectionType))
{ {
if (args.HasParent<Series>())
{
return null;
}
if (args.Parent.IsRoot) if (args.Parent.IsRoot)
{ {
return null; return null;

View File

@ -67,7 +67,7 @@ namespace MediaBrowser.Server.Implementations.Sync
public bool IsHidden public bool IsHidden
{ {
get { return false; } get { return true; }
} }
public bool IsEnabled public bool IsEnabled

View File

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.0.*")] //[assembly: AssemblyVersion("3.0.*")]
//[assembly: AssemblyVersion("3.0.5482.3")] [assembly: AssemblyVersion("3.0.5482.4")]