X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/86e6cb72964db0443c6b5527892f49721079f72a..bd7117ada0e5f895e38c0476683e9adcae6dbd04:/src/config.nim 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