Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/9200#issuecomment-2221922774
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 11, 2024
1 parent d098932 commit fb5c270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ function parseVideos($videoString = null, $autoplay = 0, $loop = 0, $mute = 0, $
// If no known video platform is matched, process the URL query parameters
$url_parsed = parse_url($videoString);
if (empty($url_parsed['query'])) {
return "";
return $videoString;
}
parse_str($url_parsed['query'], $new_qs_parsed);
parse_str($baseParams, $other_qs_parsed);
Expand Down

0 comments on commit fb5c270

Please sign in to comment.