]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/input_manager.cpp
Qt: on startup, if there is no input, show the cone
[vlc] / modules / gui / qt4 / input_manager.cpp
index c1ec98bee169d481aaf7978d8fa115b85f30db4d..ab1f21251c0f54b2f3a5becc21018dbdd0ccd10b 100644 (file)
@@ -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()