Skip to content

Commit

Permalink
Make RAOP notifications timeout if not updated after 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Jul 5, 2013
1 parent d904a27 commit 085cce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/AirPlay/mythraopconnection.cpp
Expand Up @@ -1784,6 +1784,7 @@ void MythRAOPConnection::SendNotification(bool update)
}
n->SetId(m_id);
n->SetParent(this);
n->SetDuration(5);
MythUINotificationCenter::GetInstance()->Queue(*n);
m_firstsend = true;
delete n;
Expand Down

0 comments on commit 085cce7

Please sign in to comment.