From bd7117ada0e5f895e38c0476683e9adcae6dbd04 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Tue, 16 Jun 2020 07:26:47 +0530 Subject: [PATCH] VLC is better than CVLC --- src/config.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.nim b/src/config.nim index de8be3f..b231a83 100644 --- a/src/config.nim +++ b/src/config.nim @@ -2,7 +2,7 @@ # Supported video players in order of preference. # Should be able to play YouTube videos directly. -let supportedPlayers* = ["mpv", "cvlc"] +let supportedPlayers* = ["mpv", "vlc"] # Only show these many results let limit* = 10 -- 2.43.0