fix notifications query

This commit is contained in:
Luke Pulverenti
2016-08-25 12:55:57 -04:00
parent 916bda6f32
commit 93a05271c2
6 changed files with 3 additions and 37 deletions

View File

@@ -203,12 +203,6 @@ namespace MediaBrowser.Server.Implementations.Library.Resolvers.Movies
/// <returns>Video.</returns>
protected override Video Resolve(ItemResolveArgs args)
{
if (args.Path != null && args.Path.IndexOf("disney", StringComparison.OrdinalIgnoreCase) != -1)
{
var b = true;
var a = b;
}
var collectionType = args.GetCollectionType();
if (IsInvalid(args.Parent, collectionType))