recording fixes

This commit is contained in:
Luke Pulverenti
2015-08-17 12:52:56 -04:00
parent 9849f522ef
commit 66ccb313c2
2 changed files with 10 additions and 2 deletions

View File

@@ -224,7 +224,6 @@ namespace MediaBrowser.Server.Implementations.Library
if (enableUserSpecificViews)
{
viewType = enableRichView ? viewType : null;
var view = await _libraryManager.GetNamedView(user, name, viewType, sortName, cancellationToken).ConfigureAwait(false);
if (view.ParentId != parentId)