Skip to content

Commit

Permalink
Fix typo in ProgramInfo::ToMap()
Browse files Browse the repository at this point in the history
Thanks to mayfields for spotting it.

Fixes #10746 .
  • Loading branch information
gigem committed May 23, 2012
1 parent 174c795 commit 2afb07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmyth/programinfo.cpp
Expand Up @@ -1517,8 +1517,8 @@ void ProgramInfo::ToMap(InfoMap &progMap,

progMap["recpriority"] = recpriority;
progMap["recpriority2"] = recpriority2;
progMap["recordingggroup"] = (recgroup == "Default")
? QObject::tr("Default") : recgroup;
progMap["recordinggroup"] = (recgroup == "Default")
? QObject::tr("Default") : recgroup;
progMap["playgroup"] = playgroup;

if (storagegroup == "Default")
Expand Down

0 comments on commit 2afb07d

Please sign in to comment.