diff options
Diffstat (limited to 'pl')
-rw-r--r-- | pl/cfg.pl | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -46,6 +46,13 @@ get_view_tv_original(V) :- ; V = 1 ). +set_limit_screenwriter(V) :- set_key('LimitScreenwriter', V). +get_limit_screenwriter(V) :- + ( get_key('LimitScreenwriter', V), + atom(V), ! + ; V = "" + ). + set_sort(V) :- W is V + 2147483647, set_key('Sort', W). get_sort(V) :- ( get_key('Sort', W), |