Add link to mpv site

This commit is contained in:
jeffvli
2022-11-13 01:53:16 -08:00
parent 797e3eab3b
commit b9c0b62cf8
@@ -22,8 +22,13 @@ export const MpvRequired = () => {
return (
<>
<Text size="lg">
MPV is required for local playback. Set your MPV executable location
below.
Set your MPV executable location below and restart the application.
</Text>
<Text>
MPV is available at the following:{' '}
<a href="https://mpv.io/installation/" rel="noreferrer" target="_blank">
https://mpv.io/
</a>
</Text>
<FileInput placeholder={mpvPath} onChange={handleSetMpvPath} />
<Button onClick={() => localSettings.restart()}>Restart</Button>