Skip to content

Commit

Permalink
jsonrpc: send details with Player.OnStop notification if playback end…
Browse files Browse the repository at this point in the history
…ed (fixes xbmc#13050)
  • Loading branch information
Montellese committed May 20, 2012
1 parent c9cfb09 commit 315d4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/Application.cpp
Expand Up @@ -3983,7 +3983,7 @@ void CApplication::OnPlayBackEnded()
getApplicationMessenger().HttpApi("broadcastlevel; OnPlayBackEnded;1");
#endif

CAnnouncementManager::Announce(Player, "xbmc", "OnStop");
CAnnouncementManager::Announce(Player, "xbmc", "OnStop", m_itemCurrentFile);

if (IsPlayingAudio())
{
Expand Down

0 comments on commit 315d4fe

Please sign in to comment.