From f4480917fd01473c06b4b685c182b5337c7921f0 Mon Sep 17 00:00:00 2001 From: nathom Date: Fri, 30 Jul 2021 17:34:14 -0700 Subject: [PATCH] Remove check_for_updates from config --- rip/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/rip/config.toml b/rip/config.toml index e4fe567..169e942 100644 --- a/rip/config.toml +++ b/rip/config.toml @@ -155,8 +155,5 @@ fallback_source = "deezer" progress_bar = "dainty" [misc] -# Check whether a newer version of streamrip is available when starting up -check_for_updates = true - # Metadata to identify this config file. Do not change. version = "0.8"