]> git.sesse.net Git - vlc/commitdiff
Don't update author view on the fly (workaround complete author view breakage)
authorClément Stenac <zorglub@videolan.org>
Sat, 25 Dec 2004 16:35:26 +0000 (16:35 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 25 Dec 2004 16:35:26 +0000 (16:35 +0000)
src/playlist/playlist.c

index 045b71652980681e47a2be90a72d1e8127373df3..f16887ff73a0d14cd4846fbc0d0be9b9e008f769 100644 (file)
@@ -1071,7 +1071,7 @@ static int ItemChange( vlc_object_t *p_obj, const char *psz_var,
 
     /* Update view */
     /* FIXME: Make that automatic */
-    playlist_ViewUpdate( p_playlist, VIEW_S_AUTHOR );
+//    playlist_ViewUpdate( p_playlist, VIEW_S_AUTHOR );
 
     return VLC_SUCCESS;
 }