changed default values

This commit is contained in:
Moe Fwacky
2021-02-12 23:43:40 -08:00
committed by GitHub
parent 395a8efb93
commit 0e2e3ba368

View File

@@ -38,12 +38,12 @@
* List of plex clients to use (add multiple clients to control multiple TV's) * List of plex clients to use (add multiple clients to control multiple TV's)
* *
''' '''
plexClients = ['LivingRoom'] plexClients = []
plexLibraries = { plexLibraries = {
"TV Shows" : ["TV Shows"], "TV Shows" : [],
"Movies" : ["Movies"], "Movies" : [],
"Commercials" : ["00s Commercials", "10s Commercials", "70s Commercials", "80s Commercials", "90s Commercials", "Fake Commercials", "Music Videos", "Netflix Trailers", "Station-ID", "Trailers", "Extras"], "Commercials" : [],
} }
useCommercialInjection = True useCommercialInjection = True
@@ -106,4 +106,4 @@ except ImportError as e:
baseurl = plex_token.baseurl baseurl = plex_token.baseurl
token = plex_token.token token = plex_token.token
gkey = '' #plex_token.gkey gkey = '' #plex_token.gkey