kopia lustrzana https://github.com/friendica/friendica
Apply suggestions from code review
Co-authored-by: Philipp <admin+Github@philipp.info>pull/15109/head
rodzic
675ee91bd0
commit
cbc2086ba7
|
@ -486,7 +486,7 @@ class Media
|
|||
return;
|
||||
}
|
||||
|
||||
if ($element['mimetype'] ?? '' == 'application/x-mpegURL') {
|
||||
if (($element['mimetype'] ?? '') === 'application/x-mpegURL') {
|
||||
// Until we can detect live streaming, we don't store HLS streams
|
||||
return;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue