Skip to content

Commit

Permalink
added status property
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Nov 21, 2024
1 parent 76da26e commit c69a23a
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' => $hit->content_status_i,
]
);

Expand Down

0 comments on commit c69a23a

Please sign in to comment.