diff --git a/tubearchivist/home/src/index/comments.py b/tubearchivist/home/src/index/comments.py index 50e0f17d..84e6cdd6 100644 --- a/tubearchivist/home/src/index/comments.py +++ b/tubearchivist/home/src/index/comments.py @@ -126,7 +126,7 @@ class Comments: "comment_author_id": comment["author_id"], "comment_author_thumbnail": comment["author_thumbnail"], "comment_author_is_uploader": comment.get( - "comment_author_is_uploader", False + "author_is_uploader", False ), "comment_parent": comment["parent"], }