Properly build where clause for rating checks

This commit is contained in:
Shadowghost
2022-11-28 13:07:57 +01:00
parent a6cfe75d6e
commit 2e315b7f08
4 changed files with 109 additions and 39 deletions

View File

@@ -273,7 +273,7 @@ namespace Emby.Server.Implementations.Localization
}
}
// TODO: Further improve by normalizing out all spaces and dashes
// TODO: Further improve when necessary
return null;
}