Skip to content

Commit

Permalink
added status property
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Dec 10, 2024
1 parent 31a8f91 commit 273fe26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/ResultExtractor/NativeResultExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ protected function extractContentInfoFromHit($hit)
'alwaysAvailable' => $hit->content_always_available_b,
'remoteId' => $hit->content_remote_id_id,
'mainLanguageCode' => $hit->content_main_language_code_s,
'status' => ContentInfo::STATUS_PUBLISHED,
]
);

Expand Down

0 comments on commit 273fe26

Please sign in to comment.