mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
subs loaded message improved
This commit is contained in:
parent
b3d04ccd99
commit
082dab9d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
toast.show({
|
||||
type: 'success',
|
||||
title: 'Subtitles loaded',
|
||||
message: `Subtitles from ${track.origin} loaded`,
|
||||
message: track.exclusive ? 'Exclusice subtitles loaded' : `Subtitles from ${track.origin} loaded`,
|
||||
timeout: 3000
|
||||
});
|
||||
}, []);
|
||||
|
|
|
|||
Loading…
Reference in a new issue