Update spec and rollback to last commits changes

This commit is contained in:
meatball
2024-06-18 20:55:14 +02:00
parent 04ca64691b
commit 248df785d7
4 changed files with 5 additions and 5 deletions

View File

@@ -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?