We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea38d95 commit 28508cbCopy full SHA for 28508cb
mythtv/libs/libmythtv/programdata.cpp
@@ -1022,9 +1022,6 @@ void ProgramData::FixProgramList(QList<ProgInfo*> &fixlist)
1022
else if (!(*cur)->description.isEmpty() &&
1023
(*it)->description.isEmpty())
1024
tokeep = cur, todelete = it;
1025
- else if (!(*it)->description.isEmpty() &&
1026
- (*cur)->description.isEmpty())
1027
- tokeep = it, todelete = cur;
1028
else
1029
tokeep = it, todelete = cur;
1030
0 commit comments