mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-03-10 08:10:05 +00:00
Update spec and rollback to last commits changes
This commit is contained in:
@@ -250,7 +250,7 @@ struct Video
|
||||
end
|
||||
|
||||
def genre_url : String?
|
||||
info["genreUcid"]? == "" ? nil : "/channel/#{info["genreUcid"]}"
|
||||
info["genreUcid"].try &.as_s? ? "/channel/#{info["genreUcid"]}" : nil
|
||||
end
|
||||
|
||||
def is_vr : Bool?
|
||||
|
||||
Reference in New Issue
Block a user