mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-28 18:41:19 +00:00
Corrected usage of publishedText variable throughout the code
This commit is contained in:
@@ -56,7 +56,6 @@ def parse_related_video(related : JSON::Any) : Hash(String, JSON::Any)?
|
||||
"short_view_count" => JSON::Any.new(short_view_count || "0"),
|
||||
"author_verified" => JSON::Any.new(author_verified),
|
||||
"published" => JSON::Any.new(published || ""),
|
||||
"publishedText" => JSON::Any.new(published_time_text || ""),
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user