Commit 91b0f528 authored by Rémi Duraffort's avatar Rémi Duraffort

Qt4: fix SD search.

parent 8675d26c
...@@ -188,7 +188,7 @@ void StandardPLPanel::searchDelayed( const QString& searchText ) ...@@ -188,7 +188,7 @@ void StandardPLPanel::searchDelayed( const QString& searchText )
if( type == SD_TYPE ) if( type == SD_TYPE )
{ {
if( !name.isEmpty() && !searchText.isEmpty() ) if( !name.isEmpty() && !searchText.isEmpty() )
playlist_ServicesDiscoveryControl( THEPL, qtu( name ), SD_CMD_SEARCH ); playlist_ServicesDiscoveryControl( THEPL, qtu( name ), SD_CMD_SEARCH, qtu( searchText ) );
} }
} }
......
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