summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
author11tuvork28 <zofi@xamh.de>2022-07-03 14:03:30 +0200
committer11tuvork28 <zofi@xamh.de>2022-07-03 14:03:30 +0200
commit2851d993ad0079433ee9028c4f2e7854096ed9f0 (patch)
tree145d5a75a300ca73685fb69cc8f0061730e5d85f /src
parent6c73614a47a5a88df45aa32fadb64e85595d2a18 (diff)
downloadinvidious-2851d993ad0079433ee9028c4f2e7854096ed9f0.tar.gz
invidious-2851d993ad0079433ee9028c4f2e7854096ed9f0.tar.bz2
invidious-2851d993ad0079433ee9028c4f2e7854096ed9f0.zip
updated comment to represent current structure
Diffstat (limited to 'src')
-rw-r--r--src/invidious/yt_backend/extractors.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/yt_backend/extractors.cr b/src/invidious/yt_backend/extractors.cr
index c4326cab..b9609eb9 100644
--- a/src/invidious/yt_backend/extractors.cr
+++ b/src/invidious/yt_backend/extractors.cr
@@ -417,7 +417,7 @@ private module Extractors
# {"tabRenderer": {
# "endpoint": {...}
# "title": "Playlists",
- # "selected": true,
+ # "selected": true, # Is nil unless tab is selected
# "content": {...},
# ...
# }}