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)
|
* 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
|
||||||
|
|||||||
Reference in New Issue
Block a user