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
1 changed files with 8 additions and 8 deletions

View File

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