mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-06 06:07:05 +02:00
Fix tests
This commit is contained in:
parent
2aefe9ed5a
commit
20251e670f
@ -226,7 +226,8 @@ namespace Emby.Naming.Video
|
||||
{
|
||||
testFilename = cleanName.ToString();
|
||||
}
|
||||
else if (folderName.Length <= testFilename.Length)
|
||||
|
||||
if (folderName.Length <= testFilename.Length)
|
||||
{
|
||||
testFilename = testFilename.Substring(folderName.Length).Trim();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user