mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-06 00:13:38 +00:00
update to config defaults
This commit is contained in:
@@ -42,7 +42,7 @@ plexClients = []
|
||||
|
||||
plexLibraries = {
|
||||
"TV Shows" : [],
|
||||
"Movies" : [],
|
||||
"Movies" : [],
|
||||
"Commercials" : [],
|
||||
}
|
||||
|
||||
@@ -73,7 +73,7 @@ override any media that is trying to play while the previous day is finishing.
|
||||
"""
|
||||
useDailyOverlapCache = False
|
||||
|
||||
dailyUpdateTime = "5:00"
|
||||
dailyUpdateTime = ""
|
||||
|
||||
"""When to delete / remake the pseudo-channel.log - right at midnight, (i.e. 'friday') """
|
||||
rotateLog = "friday"
|
||||
@@ -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