LibMedia: Make PlaybackStream error clearer
This commit is contained in:
parent
817cb7432f
commit
c8f9b095ba
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ NonnullRefPtr<PlaybackStream::CreatePromise> PlaybackStream::create(OutputState,
|
|||
#endif
|
||||
{
|
||||
auto promise = CreatePromise::construct();
|
||||
promise->reject(Error::from_string_literal("Audio output is not available for this platform"));
|
||||
promise->reject(Error::from_string_literal("Could not find audio backend on this platform"));
|
||||
return promise;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue