diff --git a/src/crontab/export/feed.php b/src/crontab/export/feed.php index 82ac5b9..8682efb 100644 --- a/src/crontab/export/feed.php +++ b/src/crontab/export/feed.php @@ -299,11 +299,11 @@ try 'timeUpdated' => $magnet->timeUpdated, 'dn' => $magnet->dn, 'xl' => $magnet->xl, - 'xt' => $xt, - 'kt' => $kt, - 'tr' => $tr, - 'as' => $as, - 'xs' => $xs, + 'xt' => (array) $xt, + 'kt' => (array) $kt, + 'tr' => (array) $tr, + 'as' => (array) $as, + 'xs' => (array) $xs, ]; }