mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-02 08:21:56 +01:00
Check for path overlaps (#12832)
This commit is contained in:
@@ -96,5 +96,12 @@ namespace Emby.Server.Implementations
|
||||
|
||||
/// <inheritdoc />
|
||||
public string VirtualInternalMetadataPath => "%MetadataPath%";
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override void MakeSanityCheckOrThrow()
|
||||
{
|
||||
base.MakeSanityCheckOrThrow();
|
||||
CreateAndCheckMarker(RootFolderPath, "root");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user