updated the likes and fav

This commit is contained in:
Bilal
2024-08-04 12:20:12 +05:30
parent e97c7e56f4
commit c8ec96a832
9 changed files with 49 additions and 25 deletions

View File

@@ -77,7 +77,8 @@ struct FavouriteListingDM: Codable {
let thumbnailPath: String?
let showType: String?
let totalSeasons, totalEpisodes: Int?
let categoryMasterID, ageRangeMasterID, genderMasterID: String?
let ageRangeMasterID, genderMasterID: String?
var categoryMasterID : String?
let contentMoreDetails: [WebSeriesShowListDM.MoreDetail]?
var markAsFavourite, isLiked: Bool?
var likesCount : Int?