diff --git a/backend/video/src/index.py b/backend/video/src/index.py index 11a5775f..d62bf8c9 100644 --- a/backend/video/src/index.py +++ b/backend/video/src/index.py @@ -483,6 +483,7 @@ class YoutubeVideo(YouTubeItem, YoutubeSubtitle): "comments": comments, "subtitles": subtitles, "playlists": playlists, + "version": settings.TA_VERSION, } )