mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
spelling
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
public static class SceneChecker
|
public static class SceneChecker
|
||||||
{
|
{
|
||||||
//This method should prefer false negatives over false positives.
|
//This method should prefer false negatives over false positives.
|
||||||
//It's better not to use a title that might be seen that to use one that isn't scene
|
//It's better not to use a title that might be scene than to use one that isn't scene
|
||||||
public static bool IsSceneTitle(string title)
|
public static bool IsSceneTitle(string title)
|
||||||
{
|
{
|
||||||
if (!title.Contains(".")) return false;
|
if (!title.Contains(".")) return false;
|
||||||
@@ -17,7 +17,5 @@
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user