diff --git a/mythtv/libs/libmythtv/AirPlay/mythraopconnection.cpp b/mythtv/libs/libmythtv/AirPlay/mythraopconnection.cpp index ac813634d7e..4be106adfc1 100644 --- a/mythtv/libs/libmythtv/AirPlay/mythraopconnection.cpp +++ b/mythtv/libs/libmythtv/AirPlay/mythraopconnection.cpp @@ -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)