Skip to content

Commit 72c07ae

Browse files
committed
Add param to access result search metadata
1 parent c431d80 commit 72c07ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

videodb/search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def __init__(self, _connection, **kwargs):
2929
self.player_url = None
3030
self.collection_id = "default"
3131
self._results = kwargs.get("results", [])
32+
self.metadata = kwargs.get("meta", None)
3233
self._format_results()
3334

3435
def _format_results(self):

0 commit comments

Comments
 (0)