mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-22 08:32:04 +00:00
Lint
This commit is contained in:
parent
8337fd6cab
commit
4e2d8bfad4
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ const Stream = ({ className, addonName, name, description, thumbnail, progress,
|
||||||
} else if (profile.settings.playerType === 'external') {
|
} else if (profile.settings.playerType === 'external') {
|
||||||
toast.show({
|
toast.show({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
title: `Stream opened in external player`,
|
title: 'Stream opened in external player',
|
||||||
timeout: 4000
|
timeout: 4000
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue