Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MediaControls return type for the empty platform #19

Merged
merged 1 commit into from
Nov 18, 2021
Merged

Fix MediaControls return type for the empty platform #19

merged 1 commit into from
Nov 18, 2021

Conversation

klemensn
Copy link
Contributor

@klemensn klemensn commented Nov 17, 2021

This unbreaks souvlaki on OpenBSD/amd64 7.0-current with rustc 1.56.1:

   |         expected enum `Result`, found struct `platform::platform::MediaControls`
   |         help: try using a variant of the expected enum: `Ok(Self)`

Found by building jpochyla/psst.

This unbreaks souvlaki on OpenBSD/amd64 7.0-current with rustc 1.56.1:
```
   |         expected enum `Result`, found struct `platform::platform::MediaControls`
   |         help: try using a variant of the expected enum: `Ok(Self)`
```

Found by building jpochyla/psst.
@Sinono3
Copy link
Owner

Sinono3 commented Nov 18, 2021

Thank you!

@Sinono3 Sinono3 merged commit 7870659 into Sinono3:master Nov 18, 2021
@klemensn klemensn deleted the empty-ok branch November 18, 2021 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants