Commit ea6b3450 authored by Clément Stenac's avatar Clément Stenac

Don't update author view on the fly (workaround complete author view breakage)

parent 0e5f99c2
......@@ -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;
}
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