mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-20 05:21:17 -04:00
I hope it works at this point
This commit is contained in:
parent
4c486634e2
commit
d098e5ae9b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def parse_related_video(related : JSON::Any, published : String? = nil) : Hash(S
|
|||
|
||||
publishedText = related["publishedTimeText"]?
|
||||
if !publishedText.nil?
|
||||
publishedSimpleText = publishedText["simpleText"]
|
||||
publishedSimpleText = publishedText["simpleText"].to_s
|
||||
else
|
||||
publishedSimpleText = nil
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue