Commit b5014d72 authored by Fabio Ritrovato's avatar Fabio Ritrovato

Podcast: trim whitespaces from url

parent 6c79d4a6
......@@ -460,7 +460,7 @@ void PLSelector::podcastAdd( PLSelItem* item )
if( !p_obj ) return;
QString request("ADD:");
request += url;
request += url.trimmed();
var_SetString( p_obj, "podcast-request", qtu( request ) );
vlc_object_release( p_obj );
}
......
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