mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-17 16:53:21 +00:00
Added 'useDirtyGapFix' option to pseudo_config in order to fill up empty gaps with commercials and allow the app to cutoff the last commercial.
This commit is contained in:
@@ -76,6 +76,11 @@ rotateLog = "friday"
|
||||
"""Debug mode will give you more output in your terminal to help problem solve issues."""
|
||||
debug_mode = True
|
||||
|
||||
"""This squeezes in one last commercial to fill up the empty gaps even if the last commercial gets cutoff
|
||||
Set this to false if you don't want your commercials to get cutoff/don't mind the gap.
|
||||
"""
|
||||
useDirtyGapFix = True
|
||||
|
||||
"""
|
||||
##### Do not edit below this line---------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user