Skip to content

Commit

Permalink
[fix] - reapply fix for airtunes with AE which was lost during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed May 11, 2012
1 parent 4173553 commit ab175ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbmc/network/AirTunesServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ ao_device* CAirTunesServer::AudioOutputFunctions::ao_open_live(int driver_id, ao
if (ao_get_option(option, "name"))
item.GetMusicInfoTag()->SetTitle(ao_get_option(option, "name"));

g_application.getApplicationMessenger().PlayFile(item);

ThreadMessage tMsg2 = { TMSG_GUI_ACTIVATE_WINDOW, WINDOW_VISUALISATION, 0 };
g_application.getApplicationMessenger().SendMessage(tMsg2, true);

g_application.getApplicationMessenger().PlayFile(item);

return (ao_device*) device;
}

Expand Down

0 comments on commit ab175ba

Please sign in to comment.