mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-24 16:40:25 +01:00
Address comments
This commit is contained in:
@@ -93,7 +93,7 @@ namespace Emby.Naming.Video
|
||||
year = cleanDateTimeResult.Year;
|
||||
|
||||
if (extraResult.ExtraType == null
|
||||
&& TryCleanString(cleanDateTimeResult.Name, out ReadOnlySpan<char> newName))
|
||||
&& TryCleanString(name, out ReadOnlySpan<char> newName))
|
||||
{
|
||||
name = newName.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user