Skip to content

Commit

Permalink
Fix brwon paper bad error in earlier commit to ChannelBase.
Browse files Browse the repository at this point in the history
  • Loading branch information
gigem committed Aug 17, 2015
1 parent 9f1351f commit 44039fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/recorders/channelbase.cpp
Expand Up @@ -666,7 +666,7 @@ bool ChannelBase::InitializeInput(void)
m_externalChanger = query.value(3).toString();
m_tuneToChannel = query.value(4).toString();

ChannelInfoList m_channels = ChannelUtil::GetChannels(m_sourceid, false);
m_channels = ChannelUtil::GetChannels(m_sourceid, false);
QString order = gCoreContext->GetSetting("ChannelOrdering", "channum");
ChannelUtil::SortChannels(m_channels, order);

Expand Down

0 comments on commit 44039fa

Please sign in to comment.