Skip to content

Commit

Permalink
I hope it works at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoslavL committed Nov 14, 2023
1 parent 4c48663 commit d098e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invidious/videos/parser.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d098e5a

Please sign in to comment.