mirror of
https://github.com/yattee/yattee.git
synced 2024-12-14 06:10:32 +05:30
Fix crash while managing playlists
This commit is contained in:
parent
568a9b95e9
commit
270113e3e3
@ -372,7 +372,7 @@ final class PipedAPI: Service, ObservableObject, VideosAPI {
|
|||||||
id: id,
|
id: id,
|
||||||
title: details["name"]?.string ?? "",
|
title: details["name"]?.string ?? "",
|
||||||
thumbnailURL: thumbnailURL,
|
thumbnailURL: thumbnailURL,
|
||||||
channel: extractChannel(from: json)!,
|
channel: extractChannel(from: json),
|
||||||
videos: videos,
|
videos: videos,
|
||||||
videosCount: details["videos"]?.int
|
videosCount: details["videos"]?.int
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user