Commit 3a2a485c authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

Qt: advanced capture: fix mrl generation for advanced options

(cherry picked from commit f1790cf4624b2ecba773d540661c62dd51483e87)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 57c99022
......@@ -1160,7 +1160,7 @@ void CaptureOpenPanel::updateMRL()
}
emit methodChanged( "live-caching" );
if( !advMRL.isEmpty() ) mrl += advMRL;
if( !advMRL.isEmpty() ) mrl += " " + advMRL;
emit mrlUpdated( fileList, mrl );
}
......
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