Minor improvements

This commit is contained in:
Bond_009
2020-10-17 16:01:36 +02:00
parent 3a238de35e
commit 51dd3f1e19
3 changed files with 9 additions and 9 deletions

View File

@@ -104,6 +104,6 @@ namespace Emby.Server.Implementations
public string InternalMetadataPath { get; set; }
/// <inheritdoc />
public string VirtualInternalMetadataPath { get; } = "%MetadataPath%";
public string VirtualInternalMetadataPath => "%MetadataPath%";
}
}