Revert "Adjust initial states"

This reverts commit e7de0f9218.
This commit is contained in:
croneter 2017-09-03 12:44:03 +02:00
parent 9c6ad22309
commit ff1eb674b3

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 = '' remapSMBmovieOrg = None
remapSMBmovieNew = 'smb://' remapSMBmovieNew = None
remapSMBtvOrg = '' remapSMBtvOrg = None
remapSMBtvNew = 'smb://' remapSMBtvNew = None
remapSMBmusicOrg = '' remapSMBmusicOrg = None
remapSMBmusicNew = 'smb://' remapSMBmusicNew = None
remapSMBphotoOrg = '' remapSMBphotoOrg = None
remapSMBphotoNew = 'smb://' remapSMBphotoNew = None
# Along with window('plex_authenticated') # Along with window('plex_authenticated')
AUTHENTICATED = False AUTHENTICATED = False