diff --git a/Shared/Views/ShareButton.swift b/Shared/Views/ShareButton.swift index 275a3f68..2bd0bc1e 100644 --- a/Shared/Views/ShareButton.swift +++ b/Shared/Views/ShareButton.swift @@ -81,6 +81,7 @@ struct ShareButton: View { NSPasteboard.general.clearContents() NSPasteboard.general.setString(url.absoluteString, forType: .string) #else + player.pause() shareURL = url presentingShareSheet = true #endif