aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization/LocalizationManager.cs
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2022-11-28 13:07:57 +0100
committerShadowghost <Ghost_of_Stone@web.de>2023-02-20 11:53:20 +0100
commit2e315b7f085ca0b9a2f61a7ac71a46ca84750f9f (patch)
treeac2f385eebf63d1efb38ad965b0f73499889e715 /Emby.Server.Implementations/Localization/LocalizationManager.cs
parenta6cfe75d6e422eb1343a1f4bc2410fabb425266b (diff)
Properly build where clause for rating checks
Diffstat (limited to 'Emby.Server.Implementations/Localization/LocalizationManager.cs')
-rw-r--r--Emby.Server.Implementations/Localization/LocalizationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Localization/LocalizationManager.cs b/Emby.Server.Implementations/Localization/LocalizationManager.cs
index 5e22e7886..0e19e80a8 100644
--- a/Emby.Server.Implementations/Localization/LocalizationManager.cs
+++ b/Emby.Server.Implementations/Localization/LocalizationManager.cs
@@ -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;
}