This commit is contained in:
Alexandru Branza 2023-05-29 21:35:21 +03:00
parent 8337fd6cab
commit 4e2d8bfad4

View file

@ -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
});
}