mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 16:33:25 -03:00
Fix tests
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user