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

Don't preparse item on playing it

parent 3c001896
......@@ -2,7 +2,7 @@
* playtree.cpp
*****************************************************************************
* Copyright (C) 2005 VideoLAN
* $Id: playlist.hpp 8659 2004-09-07 21:16:49Z gbazin $
* $Id$
*
* Authors: Antoine Cellerier <dionoea@videolan.org>
*
......@@ -63,9 +63,6 @@ void Playtree::delSelected()
void Playtree::action( VarTree *pItem )
{
/* do we really want to call preparse here ? */
playlist_PreparseEnqueueItem( m_pPlaylist,
(playlist_item_t *)pItem->m_pData );
vlc_mutex_lock( &m_pPlaylist->object_lock );
VarTree::Iterator it;
if( pItem->size() )
......
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