]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/vars/playtree.hpp
skins2(playlist): fix current playing item still on when stopping an input
[vlc] / modules / gui / skins2 / vars / playtree.hpp
index 0c1a2ad742e0d929875a0203e1c4210974e7e6b6..147cbe474075ba455fa4fea04289115168dcf4b4 100644 (file)
@@ -47,7 +47,7 @@ public:
     void onUpdateItem( int id );
 
     /// Function called to notify about current playing item
-    void onUpdateCurrent( );
+    void onUpdateCurrent( bool b_active );
 
     /// Function called to notify playlist item append
     void onAppend( playlist_add_t * );