Adjust initial states

This commit is contained in:
croneter 2017-09-01 12:28:29 +02:00
parent ee02d5c9f4
commit e7de0f9218

View file

@ -54,14 +54,14 @@ REPLACE_SMB_PATH = False
# Do we generally remap? # Do we generally remap?
REMAP_PATH = False REMAP_PATH = False
# Mappings for REMAP_PATH: # Mappings for REMAP_PATH:
remapSMBmovieOrg = None remapSMBmovieOrg = ''
remapSMBmovieNew = None remapSMBmovieNew = 'smb://'
remapSMBtvOrg = None remapSMBtvOrg = ''
remapSMBtvNew = None remapSMBtvNew = 'smb://'
remapSMBmusicOrg = None remapSMBmusicOrg = ''
remapSMBmusicNew = None remapSMBmusicNew = 'smb://'
remapSMBphotoOrg = None remapSMBphotoOrg = ''
remapSMBphotoNew = None remapSMBphotoNew = 'smb://'
# Along with window('plex_authenticated') # Along with window('plex_authenticated')
AUTHENTICATED = False AUTHENTICATED = False