mirror of
https://github.com/iv-org/invidious.git
synced 2025-02-08 17:46:38 +05:30
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"]?
|
publishedText = related["publishedTimeText"]?
|
||||||
if !publishedText.nil?
|
if !publishedText.nil?
|
||||||
publishedSimpleText = publishedText["simpleText"]
|
publishedSimpleText = publishedText["simpleText"].to_s
|
||||||
else
|
else
|
||||||
publishedSimpleText = nil
|
publishedSimpleText = nil
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user