From: Joseph Nuthalapati Date: Tue, 16 Jun 2020 01:56:47 +0000 (+0530) Subject: VLC is better than CVLC X-Git-Tag: 0.5.0~7 X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/bd7117ada0e5f895e38c0476683e9adcae6dbd04 VLC is better than CVLC --- 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