mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-26 11:35:27 -05:00
Fixed formatting
This commit is contained in:
parent
a9b9c49c55
commit
b96ecbab4d
@ -662,7 +662,7 @@ private module Parsers
|
|||||||
metadata = item_contents.dig("metadata", "lockupMetadataViewModel")
|
metadata = item_contents.dig("metadata", "lockupMetadataViewModel")
|
||||||
title = metadata.dig("title", "content").as_s
|
title = metadata.dig("title", "content").as_s
|
||||||
# Contains the views of the video and the published time of the video.
|
# Contains the views of the video and the published time of the video.
|
||||||
metadata_rows = metadata.dig?("metadata", "contentMetadataViewModel", "metadataRows").try &.as_a || Array(JSON::Any).new
|
metadata_rows = metadata.dig?("metadata", "contentMetadataViewModel", "metadataRows").try &.as_a || Array(JSON::Any).new
|
||||||
|
|
||||||
view_count_text : String? = nil
|
view_count_text : String? = nil
|
||||||
published : Time = Time.local
|
published : Time = Time.local
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user