mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
update user views
This commit is contained in:
@@ -1670,8 +1670,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
string sortName,
|
||||
CancellationToken cancellationToken)
|
||||
{
|
||||
var path = Path.Combine(ConfigurationManager.ApplicationPaths.ItemsByNamePath,
|
||||
"views");
|
||||
var path = Path.Combine(ConfigurationManager.ApplicationPaths.ItemsByNamePath, "views");
|
||||
|
||||
path = Path.Combine(path, _fileSystem.GetValidFilename(viewType));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user