mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 03:03:40 +01:00
Unwrapped GetFileNameWithoutExtension
This commit is contained in:
@@ -2509,7 +2509,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
if (string.IsNullOrEmpty(Name) && !string.IsNullOrEmpty(Path))
|
||||
{
|
||||
Name = FileSystem.GetFileNameWithoutExtension(Path);
|
||||
Name = System.IO.Path.GetFileNameWithoutExtension(Path);
|
||||
hasChanges = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user