mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-06 00:13:38 +00:00
changed default values
This commit is contained in:
@@ -38,12 +38,12 @@
|
||||
* List of plex clients to use (add multiple clients to control multiple TV's)
|
||||
*
|
||||
'''
|
||||
plexClients = ['LivingRoom']
|
||||
plexClients = []
|
||||
|
||||
plexLibraries = {
|
||||
"TV Shows" : ["TV Shows"],
|
||||
"Movies" : ["Movies"],
|
||||
"Commercials" : ["00s Commercials", "10s Commercials", "70s Commercials", "80s Commercials", "90s Commercials", "Fake Commercials", "Music Videos", "Netflix Trailers", "Station-ID", "Trailers", "Extras"],
|
||||
"TV Shows" : [],
|
||||
"Movies" : [],
|
||||
"Commercials" : [],
|
||||
}
|
||||
|
||||
useCommercialInjection = True
|
||||
@@ -106,4 +106,4 @@ except ImportError as e:
|
||||
|
||||
baseurl = plex_token.baseurl
|
||||
token = plex_token.token
|
||||
gkey = '' #plex_token.gkey
|
||||
gkey = '' #plex_token.gkey
|
||||
|
||||
Reference in New Issue
Block a user