Skip to content

Commit

Permalink
- Add "disablePreludes" property to FFMPEGSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Nov 29, 2023
1 parent 14e0638 commit 288a4dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dizqueTV/models/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def __init__(self, data: dict, dizque_instance):
self.normalizeAudio = data.get("normalizeAudio")
self.maxFPS = data.get("maxFPS")
self.scalingAlgorithm = data.get("scalingAlgorithm")
self.disablePreludes = data.get("disablePreludes")
self._id = data.get("_id")

def __repr__(self):
Expand Down

0 comments on commit 288a4dc

Please sign in to comment.