mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix swiftformat offenses
This commit is contained in:
@@ -733,7 +733,6 @@ final class InvidiousAPI: Service, ObservableObject, VideosAPI {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private func extractHLSStreams(from content: JSON) -> [Stream] {
|
private func extractHLSStreams(from content: JSON) -> [Stream] {
|
||||||
if let hlsURL = content.dictionaryValue["hlsUrl"]?.url {
|
if let hlsURL = content.dictionaryValue["hlsUrl"]?.url {
|
||||||
return [Stream(instance: account.instance, hlsURL: hlsURL)]
|
return [Stream(instance: account.instance, hlsURL: hlsURL)]
|
||||||
|
Reference in New Issue
Block a user