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