mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Fix crash while managing playlists
This commit is contained in:
parent
f367fe8728
commit
13208a4444
@ -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