add prefetch config value

This commit is contained in:
B. Petersen
2020-10-15 22:39:27 +02:00
committed by holger krekel
parent 19697e255e
commit aa26c52813
3 changed files with 11 additions and 5 deletions

View File

@@ -69,6 +69,9 @@ pub enum Config {
#[strum(props(default = "0"))] // also change MediaQuality.default() on changes
MediaQuality,
#[strum(props(default = "1"))]
Prefetch,
#[strum(props(default = "0"))]
KeyGenType,