mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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') {
|
||||
toast.show({
|
||||
type: 'success',
|
||||
title: `Stream opened in external player`,
|
||||
title: 'Stream opened in external player',
|
||||
timeout: 4000
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue