]> njoseph.me Git - nimcoon.git/blame - preferences.nim
Wishlist: Stream music only
[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.
5let supportedPlayers* = ["mpv", "vlc"]
6
7# Only show these many results
8let limit* = 10
9