aboutsummaryrefslogtreecommitdiff
path: root/pl
diff options
context:
space:
mode:
Diffstat (limited to 'pl')
-rw-r--r--pl/cfg.pl4
1 files 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 = '*/*.*'
).