refactor!: rename title field to name

This commit is contained in:
ThetaDev 2022-12-27 23:28:25 +01:00
parent 5188527b94
commit 1b94dc1f40
88 changed files with 2142 additions and 2142 deletions

View file

@ -220,7 +220,7 @@ impl MapResponse<VideoPlayer> for response::Player {
let video_info = VideoPlayerDetails {
id: video_details.video_id,
title: video_details.title,
name: video_details.title,
description: video_details.short_description,
length: video_details.length_seconds,
thumbnail: video_details.thumbnail.into(),