Skip to content

Commit

Permalink
Frontend Service: Fix typo preventing raw text subtitle switching.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McNamara committed Nov 23, 2011
1 parent 77a7d73 commit a9067cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythfrontend/services/frontend.cpp
Expand Up @@ -117,7 +117,7 @@ bool Frontend::IsValidAction(const QString &Action)
Action.startsWith("SELECTTTC_") ||
Action.startsWith("SELECTCC608_") ||
Action.startsWith("SELECTCC708_") ||
Action.startsWith("SELECTRAWREXT_") ||
Action.startsWith("SELECTRAWTEXT_") ||
Action.startsWith("SELECTAUDIO_"))
{
return true;
Expand Down

0 comments on commit a9067cf

Please sign in to comment.