]> git.sesse.net Git - vlc/commitdiff
Qt: on startup, if there is no input, show the cone
authorJean-Philippe Andre <jpeg@via.ecp.fr>
Sat, 17 Jan 2009 19:58:21 +0000 (20:58 +0100)
committerJean-Philippe Andre <jpeg@via.ecp.fr>
Sat, 17 Jan 2009 19:58:44 +0000 (20:58 +0100)
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()