Skip to content

Commit

Permalink
MediaPrefs: No need to start media services anymore
Browse files Browse the repository at this point in the history
* This will cause troubles as the launch_daemon is
doing this job for us.
  • Loading branch information
Numerio committed Apr 3, 2016
1 parent 77c6944 commit 866084f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/preferences/media/MediaWindow.cpp
Expand Up @@ -658,7 +658,6 @@ MediaWindow::_RestartMediaServices(void* data)
MediaWindow* window = (MediaWindow*)data;

shutdown_media_server();
launch_media_server();

if (window->fRestartAlert != NULL
&& window->fRestartAlert->Lock()) {
Expand Down

0 comments on commit 866084f

Please sign in to comment.