mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
add system id to remote calls
This commit is contained in:
@@ -1485,7 +1485,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
|
||||
var item = GetItemById(id) as UserView;
|
||||
|
||||
if (item == null)
|
||||
if (item == null || !string.Equals(item.Path, path, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
Directory.CreateDirectory(Path.GetDirectoryName(path));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user