Skip to content

Commit

Permalink
Merge pull request #95 from Veedz-App/optional_like_count
Browse files Browse the repository at this point in the history
Fix failing decode of Statistics
  • Loading branch information
rinov authored Oct 19, 2022
2 parents f3c4518 + 0b8999d commit 6eab77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YoutubeKit/API/Models/Statistics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum Statistics {}
extension Statistics {
public struct VideoList: Codable {
public let dislikeCount: String?
public let likeCount: String
public let likeCount: String?
public let commentCount: String?
public let favoriteCount: String
public let viewCount: String
Expand Down

0 comments on commit 6eab77c

Please sign in to comment.