mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
fix incorrect level on encoding command line
This commit is contained in:
@@ -484,7 +484,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
return new[] {
|
||||
new FileSystemMetadata
|
||||
{
|
||||
FullName = System.IO.Path.GetDirectoryName(Path),
|
||||
FullName = ContainingFolderPath,
|
||||
IsDirectory = true
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user