Commit ba387307 authored by Laurent Aimar's avatar Laurent Aimar

Fix quit sequence in skins2.

parent 4e9b99f1
......@@ -38,7 +38,6 @@ void CmdQuit::execute()
{
// Stop the playlist
vout_OSDMessage( getIntf(), DEFAULT_CHAN, _( "Quit" ) );
playlist_Stop( getIntf()->p_sys->p_playlist );
// Get the instance of OSFactory
OSFactory *pOsFactory = OSFactory::instance( getIntf() );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment