We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f21ab1 + 7865e5b commit e2096e2Copy full SHA for e2096e2
Sources/NextLevelSessionExporter.swift
@@ -287,9 +287,7 @@ extension NextLevelSessionExporter {
287
dispatchGroup.leave()
288
}
289
})
290
- } else {
291
- dispatchGroup.leave()
292
- }
+ }
293
294
if let audioInput = self._audioInput,
295
let audioOutput = self._audioOutput {
@@ -299,9 +297,7 @@ extension NextLevelSessionExporter {
299
297
300
298
301
302
303
304
305
306
dispatchGroup.notify(queue: .global()) {
307
DispatchQueue.main.async {
0 commit comments