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