From 885586ba70bc1202d97acb4fb0c9b09d918a22b2 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Tue, 7 May 2019 03:26:16 +0300 Subject: [PATCH] defaults to disabled Co-Authored-By: sekkr1 --- bazarr/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/config.py b/bazarr/config.py index 0c231f593..2bfdcf2bf 100644 --- a/bazarr/config.py +++ b/bazarr/config.py @@ -31,7 +31,7 @@ defaults = { 'page_size': '25', 'minimum_score_movie': '70', 'use_embedded_subs': 'True', - 'ignore_pgs_subs': 'True', + 'ignore_pgs_subs': 'False', 'adaptive_searching': 'False', 'enabled_providers': '', 'throtteled_providers': '{}',