diff --git a/remote.php b/remote.php index 8ce4a987..edf76976 100644 --- a/remote.php +++ b/remote.php @@ -1060,7 +1060,7 @@ private function emergency() $broadcastxml->addChild('hash', $mediaInfo['file_hash']); $broadcastxml->addChild('filesize', $filesize); $broadcastxml->addChild('location', $mediaInfo['file_location']); - $broadcastxml->addChild('archived', $mediaInfo['flag_delete']); + $broadcastxml->addChild('archived', $mediaInfo['is_archived']); $broadcastxml->addChild('approved', $mediaInfo['is_approved']); } }