mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 09:58:14 +00:00
Code style changes
This commit is contained in:
@@ -25,7 +25,7 @@ struct ChannelPlaylist: Identifiable {
|
||||
}
|
||||
|
||||
static func from(_ json: JSON) -> Self {
|
||||
ChannelPlaylist(
|
||||
Self(
|
||||
id: json["id"].stringValue,
|
||||
title: json["title"].stringValue,
|
||||
thumbnailURL: json["thumbnailURL"].url,
|
||||
|
Reference in New Issue
Block a user