Commit a65760b0 authored by Olivier Aubert's avatar Olivier Aubert

mediacontrol: get_stream_information returns an empty url field if no media is set

parent 1fb2f8b0
......@@ -349,7 +349,7 @@ mediacontrol_get_stream_information( mediacontrol_Instance *self,
{
/* No p_media defined */
retval->streamstatus = mediacontrol_UndefinedStatus;
retval->url = strdup( "None" );
retval->url = strdup( "" );
retval->position = 0;
retval->length = 0;
}
......
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