mirror of
https://github.com/iv-org/invidious.git
synced 2024-10-01 01:25:56 -04:00
I hope it works at this point
This commit is contained in:
parent
4c486634e2
commit
d098e5ae9b
@ -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…
Reference in New Issue
Block a user