mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-20 05:21:17 -04:00
Removed useless variable
This commit is contained in:
parent
26dc9dc99c
commit
69ff6def5f
1 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,6 @@ def parse_related_video(related : JSON::Any) : Hash(String, JSON::Any)?
|
|||
if published_time_text = related["publishedTimeText"]?
|
||||
decoded_time = decode_date(published_time_text["simpleText"].to_s)
|
||||
published = decoded_time.to_unix.to_s
|
||||
published_time_text = published_time_text["simpleText"].to_s
|
||||
else
|
||||
published = nil
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue