Commit 4ce128c0 authored by Jean-Philippe Andre's avatar Jean-Philippe Andre

Qt: on startup, if there is no input, show the cone

parent 1e1fa171
......@@ -545,6 +545,12 @@ void InputManager::requestArtUpdate()
playlist_AskForArtEnqueue( p_playlist, input_GetItem( p_input ), pl_Unlocked );
pl_Release( p_intf );
}
else
{
/* No input will signal the cover art to update,
* let's do it ourself */
UpdateArt();
}
}
void InputManager::UpdateArt()
......
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