def update_entry(self, entry: VodEncodeStream): entry.preview_icon = self.preview_icon.data entry.description = self.description.data entry.trailer_url = self.trailer_url.data entry.user_score = self.user_score.data entry.prime_date = self.prime_date.data entry.country = self.country.data entry.duration = self.duration.data entry.vod_type = self.vod_type.data return EncodeStreamForm.update_entry(self, entry)
def update_entry(self, entry: VodEncodeStream): entry.preview_icon = self.preview_icon.data entry.description = self.description.data entry.vod_type = self.vod_type.data return EncodeStreamForm.update_entry(self, entry)