Commit efa30ea7 authored by Rémi Duraffort's avatar Rémi Duraffort

The playlist is not locked so don't pretend that the case.

parent be017fb2
......@@ -876,7 +876,7 @@ void PLModel::popupInfo()
{
playlist_item_t *p_item = playlist_ItemGetById( p_playlist,
i_popup_item,
true );
false );
if( p_item )
{
MediaInfoDialog *mid = new MediaInfoDialog( p_intf, p_item->p_input );
......
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