Commit 8eccf5ca authored by Rafaël Carré's avatar Rafaël Carré

Forgotten that in [21284]

parent 1eda9d86
...@@ -95,7 +95,7 @@ void PLItem::updateview( void ) ...@@ -95,7 +95,7 @@ void PLItem::updateview( void )
return; return;
} }
for( int i_index=1; i_index <= VLC_META_ENGINE_MB_TRM_ID; i_index = i_index*2 ) for( int i_index=1; i_index <= VLC_META_ENGINE_ART_URL; i_index = i_index*2 )
{ {
if( i_showflags & i_index ) if( i_showflags & i_index )
{ {
...@@ -205,7 +205,7 @@ void PLItem::update( playlist_item_t *p_item, bool iscurrent ) ...@@ -205,7 +205,7 @@ void PLItem::update( playlist_item_t *p_item, bool iscurrent )
strings.append( qfu( psz_meta ) ); \ strings.append( qfu( psz_meta ) ); \
free( psz_meta ); free( psz_meta );
for( int i_index=1; i_index <= VLC_META_ENGINE_MB_TRM_ID; i_index = i_index * 2 ) for( int i_index=1; i_index <= VLC_META_ENGINE_ART_URL; i_index = i_index * 2 )
{ {
if( parentItem->i_showflags & i_index ) if( parentItem->i_showflags & i_index )
{ {
......
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