mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
recording fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user