diff --git a/Model/Applications/InvidiousAPI.swift b/Model/Applications/InvidiousAPI.swift index d892133b..98b37e18 100644 --- a/Model/Applications/InvidiousAPI.swift +++ b/Model/Applications/InvidiousAPI.swift @@ -410,11 +410,12 @@ final class InvidiousAPI: Service, ObservableObject, VideosAPI { func extractChannel(from json: JSON) -> Channel { var thumbnailURL = json["authorThumbnails"].arrayValue.last?.dictionaryValue["url"]?.stringValue ?? "" - // append https protocol to unproxied thumbnail URL if it's missing + // append protocol to unproxied thumbnail URL if it's missing if thumbnailURL.count > 2, - String(thumbnailURL[..