Sinono3 / souvlaki

A cross-platform library for handling OS media controls and metadata.
MIT License
79 stars 15 forks source link

Fix MediaControls return type for the empty platform #19

Closed klemensn closed 2 years ago

klemensn commented 2 years ago

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 commented 2 years ago

Thank you!