From d22ef6f3a55cd6be0e3cbee22f9ca0f01468b93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 7 Apr 2022 00:26:08 +0200 Subject: Fix typo in cfg.pl. --- pl/cfg.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pl/cfg.pl b/pl/cfg.pl index c2eae86..78dc267 100644 --- a/pl/cfg.pl +++ b/pl/cfg.pl @@ -20,9 +20,9 @@ get_root(V) :- re_replace('\\\\', '/', V0, V1), atom_string(V, V1). -set_glob(V) :- set_key('EpisodeRoot', V). +set_glob(V) :- set_key('EpisodeGlob', V). get_glob(V) :- - ( get_key('EpisodeRoot', V), ! + ( get_key('EpisodeGlob', V), ! ; V = '*/*.*' ). -- cgit v1.2.3