mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-22 03:03:33 +00:00
fixed a bug with the commercial database update
This commit is contained in:
@@ -641,8 +641,8 @@ class PseudoChannel():
|
|||||||
self.db.create_daily_schedule_table()
|
self.db.create_daily_schedule_table()
|
||||||
|
|
||||||
if self.USING_COMMERCIAL_INJECTION:
|
if self.USING_COMMERCIAL_INJECTION:
|
||||||
self.commercials = PseudoChannelCommercial(
|
|
||||||
print("NOTICE: Getting Commercials List from Database")
|
print("NOTICE: Getting Commercials List from Database")
|
||||||
|
self.commercials = PseudoChannelCommercial(
|
||||||
self.db.get_commercials(),
|
self.db.get_commercials(),
|
||||||
self.COMMERCIAL_PADDING_IN_SECONDS,
|
self.COMMERCIAL_PADDING_IN_SECONDS,
|
||||||
self.USE_DIRTY_GAP_FIX
|
self.USE_DIRTY_GAP_FIX
|
||||||
|
|||||||
Reference in New Issue
Block a user