]> njoseph.me Git - nimcoon.git/blame - preferences.nim
Moar TODOs!!!
[nimcoon.git] / preferences.nim
CommitLineData
2f0b8428
JN
1# Your preferences here.
2
3# Supported video players in order of preference.
4# Should be able to play YouTube videos directly.
a2319a3f 5let supportedPlayers* = ["mpv", "cvlc"]
2f0b8428
JN
6
7# Only show these many results
8let limit* = 10
9