Switch to unified view

a/src/mediaserver/cdplugins/uprcl/uprclinit.py b/src/mediaserver/cdplugins/uprcl/uprclinit.py
...
...
42
    g_httphp = ""
42
    g_httphp = ""
43
    g_dblock = ReadWriteLock()
43
    g_dblock = ReadWriteLock()
44
    g_rclconfdir = ""
44
    g_rclconfdir = ""
45
    g_friendlyname = "UpMpd-mediaserver"
45
    g_friendlyname = "UpMpd-mediaserver"
46
    g_trees = {}
46
    g_trees = {}
47
    # order in python3 maps is unstable
48
    g_trees_order = ['folders', 'untagged', 'tags']
47
    
49
    
48
# Create or update Recoll index, then read and process the data.  This
50
# Create or update Recoll index, then read and process the data.  This
49
# runs in the separate uprcl_init_worker thread, and signals
51
# runs in the separate uprcl_init_worker thread, and signals
50
# startup/completion by setting/unsetting the g_initrunning flag
52
# startup/completion by setting/unsetting the g_initrunning flag
51
def _update_index():
53
def _update_index():