Skip to content

Commit

Permalink
Add "Law & Order: UK" to the exceptions
Browse files Browse the repository at this point in the history
Refs #12633
  • Loading branch information
dekarl committed Feb 5, 2016
1 parent 5d6f855 commit 4651f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/eitfixup.cpp
Expand Up @@ -95,7 +95,7 @@ EITFixUp::EITFixUp()
m_ukCompleteDots("^\\.\\.+$"),
m_ukQuotedSubtitle("(?:^')([\\w\\s\\-,]+)(?:\\.' )"),
m_ukAllNew("All New To 4Music!\\s?"),
m_ukLaONoSplit("^Law & Order: (?:Criminal Intent|LA|Special Victims Unit|Trial by Jury|You the Jury)"),
m_ukLaONoSplit("^Law & Order: (?:Criminal Intent|LA|Special Victims Unit|Trial by Jury|UK|You the Jury)"),
m_comHemCountry("^(\\(.+\\))?\\s?([^ ]+)\\s([^\\.0-9]+)"
"(?:\\sfr\xE5n\\s([0-9]{4}))(?:\\smed\\s([^\\.]+))?\\.?"),
m_comHemDirector("[Rr]egi"),
Expand Down

0 comments on commit 4651f99

Please sign in to comment.