]> njoseph.me Git - nimcoon.git/commitdiff
VLC is better than CVLC
authorJoseph Nuthalapati <njoseph@riseup.net>
Tue, 16 Jun 2020 01:56:47 +0000 (07:26 +0530)
committerJoseph Nuthalapati <njoseph@riseup.net>
Tue, 16 Jun 2020 01:56:47 +0000 (07:26 +0530)
src/config.nim

index de8be3f01e8e9619ff3ed416733da43b25a7d267..b231a83b96f41d000991e6d1008ccf54b5b9f75b 100644 (file)
@@ -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