Skip to content

Commit

Permalink
mythexternrecorder: ondatastart might need to know the channel number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoet committed Jun 7, 2020
1 parent 72c9209 commit 5cf1846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/programs/mythexternrecorder/MythExternRecApp.cpp
Expand Up @@ -303,6 +303,7 @@ Q_SLOT void MythExternRecApp::DataStarted(void)
return;

QString cmd = m_onDataStart;
cmd.replace("%CHANNUM%", m_tunedChannel);

LOG(VB_RECORD, LOG_INFO, LOC +
QString(" Data started, finishing tune: '%1'").arg(cmd));
Expand Down

0 comments on commit 5cf1846

Please sign in to comment.