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 @@ ...@@ -2,7 +2,7 @@
* playtree.cpp * playtree.cpp
***************************************************************************** *****************************************************************************
* Copyright (C) 2005 VideoLAN * Copyright (C) 2005 VideoLAN
* $Id: playlist.hpp 8659 2004-09-07 21:16:49Z gbazin $ * $Id$
* *
* Authors: Antoine Cellerier <dionoea@videolan.org> * Authors: Antoine Cellerier <dionoea@videolan.org>
* *
...@@ -63,9 +63,6 @@ void Playtree::delSelected() ...@@ -63,9 +63,6 @@ void Playtree::delSelected()
void Playtree::action( VarTree *pItem ) 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 ); vlc_mutex_lock( &m_pPlaylist->object_lock );
VarTree::Iterator it; VarTree::Iterator it;
if( pItem->size() ) 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