chromecast-player icon indicating copy to clipboard operation
chromecast-player copied to clipboard

Emit error (instead of failing).

Open smblott-github opened this issue 6 years ago • 0 comments

Previously, if no player app loaded, an asynchronous exception was raised. There was no way to catch this exception, and therefore no possibility to recover.

Instead, here, emit an error.

(I'm not sure if this might not have unintended consequences.)

smblott-github avatar Mar 02 '18 14:03 smblott-github