From b9c0b62cf81533da95df50dbb4f3606a74ca5327 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sun, 13 Nov 2022 01:53:16 -0800 Subject: [PATCH] Add link to mpv site --- .../features/action-required/components/mpv-required.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/renderer/features/action-required/components/mpv-required.tsx b/src/renderer/features/action-required/components/mpv-required.tsx index ef45355a8..4ef6779c9 100644 --- a/src/renderer/features/action-required/components/mpv-required.tsx +++ b/src/renderer/features/action-required/components/mpv-required.tsx @@ -22,8 +22,13 @@ export const MpvRequired = () => { return ( <> - MPV is required for local playback. Set your MPV executable location - below. + Set your MPV executable location below and restart the application. + + + MPV is available at the following:{' '} + + https://mpv.io/ +