1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-13 20:14:10 +02:00
This commit is contained in:
Dag
2024-04-06 18:07:45 +02:00
committed by GitHub
parent b3ac1d176c
commit 4602f4f475
6 changed files with 24 additions and 27 deletions

View File

@@ -99,7 +99,7 @@ EOD;
$user = $data->user;
if ($user->videos === null) {
// twitch regularly does this for unknown reasons
$this->logger->info('Twitch returned empty set of videos', ['data' => $data]);
//$this->logger->info('Twitch returned empty set of videos', ['data' => $data]);
return;
}