From 13208a4444c8d1d178782540d3f9731d826be553 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sun, 19 Jun 2022 17:31:02 +0200 Subject: [PATCH] Fix crash while managing playlists --- Model/Applications/PipedAPI.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/Applications/PipedAPI.swift b/Model/Applications/PipedAPI.swift index e4f41779..18b7504f 100644 --- a/Model/Applications/PipedAPI.swift +++ b/Model/Applications/PipedAPI.swift @@ -372,7 +372,7 @@ final class PipedAPI: Service, ObservableObject, VideosAPI { id: id, title: details["name"]?.string ?? "", thumbnailURL: thumbnailURL, - channel: extractChannel(from: json)!, + channel: extractChannel(from: json), videos: videos, videosCount: details["videos"]?.int )