mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-13 12:00:59 +02:00
Don't preload audio attachments.
This commit is contained in:
parent
b684a2e665
commit
afd0849e30
@ -3036,7 +3036,7 @@
|
||||
if ($_SESSION["hasAudio"] && (strpos($ctype, "ogg") !== false ||
|
||||
$_SESSION["hasMp3"])) {
|
||||
|
||||
$entry .= "<audio controls>
|
||||
$entry .= "<audio preload=\"none\" controls>
|
||||
<source type=\"$ctype\" src=\"$url\"></source>
|
||||
</audio>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user