mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-19 05:44:39 -04:00
SimplePie enclosure bug workaround
https://github.com/marienfressinaud/FreshRSS/issues/504
This commit is contained in:
@@ -288,6 +288,8 @@ class FreshRSS_Feed extends Minz_Model {
|
||||
$content .= '<br /><audio lazyload="" postpone="" preload="none" src="' . $elink . '" controls="controls" />';
|
||||
} elseif (strpos($mime, 'video/') === 0) {
|
||||
$content .= '<br /><video lazyload="" postpone="" preload="none" src="' . $elink . '" controls="controls" />';
|
||||
} else {
|
||||
unset($elinks[$elink]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user