mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 06:32:11 +00:00
refactor(OptionsMenu): add streamUrl to toast error message
This commit is contained in:
parent
117dd30c76
commit
879118b098
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const OptionsMenu = ({ className, stream }) => {
|
|||
toast.show({
|
||||
type: 'error',
|
||||
title: 'Error',
|
||||
message: 'Failed to copy stream link. Try to enable your browser permission.',
|
||||
message: `Failed to copy stream link: ${streamUrl}`,
|
||||
timeout: 3000
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue