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

@ -103,7 +103,7 @@ impl From<ChannelRss> for crate::model::ChannelRss {
.into_iter()
.map(|item| crate::model::ChannelRssVideo {
id: item.video_id,
title: item.title,
name: item.title,
description: item.media_group.description,
thumbnail: item.media_group.thumbnail.into(),
publish_date: item.published,