Skip to content

Commit

Permalink
Only send position update during playback rather than the whole lot (…
Browse files Browse the repository at this point in the history
…bad copy/paste)
  • Loading branch information
jyavenard committed Jul 1, 2013
1 parent bc9cc19 commit b21480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/AirPlay/mythraopconnection.cpp
Expand Up @@ -363,7 +363,7 @@ void MythRAOPConnection::ProcessSync(const QByteArray &buf)
if (current_ts > m_progressStart)
{
m_progressCurrent = next_ts;
SendNotification(false);
SendNotification(true);
}

if (first)
Expand Down

0 comments on commit b21480a

Please sign in to comment.