fix embed channel ID missing

This commit is contained in:
Simon 2025-12-25 14:38:28 +07:00
parent c9d4a45e39
commit 8309dc4fec
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ class ThumbFilesystem:
"""entry point"""
data = {
"query": {"match_all": {}},
"_source": ["media_url", "youtube_id"],
"_source": ["media_url", "youtube_id", "channel.channel_id"],
}
paginate = IndexPaginate(
index_name=self.INDEX_NAME,