mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Fix feed source
This commit is contained in:
parent
4b85ec161a
commit
55e8547903
1 changed files with 6 additions and 6 deletions
|
@ -40,7 +40,7 @@ if (empty($feed)) {
|
|||
$video = Video::getVideoFromFileName($row['filename']);
|
||||
$files = getVideosURL($row['filename']);
|
||||
$enclosure = '';
|
||||
$videoSource = Video::getSourceFileURL($row['filename']);
|
||||
$videoSource = Video::getSourceFileURL($row['filename'], true);
|
||||
if (empty($videoSource)) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue