diff --git a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift index 103c18056..2feafe672 100644 --- a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift +++ b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift @@ -76,7 +76,6 @@ struct WebReaderContainerView: View { guard let htmlContent = item.htmlContent else { return } let synthesizer = AVSpeechSynthesizer() synthesizer.speak(AVSpeechUtterance(string: htmlContent)) - AVSpeechUtterance(ss,) }, label: { Image(systemName: "play")