Skip to content

Commit

Permalink
Merge pull request #54 from ynput/53-wrong-default-settings-for-extra…
Browse files Browse the repository at this point in the history
…cteditorialpckgconversion

Fix default values of `ExtractEditorialPckgConversion`
  • Loading branch information
MustafaJafar authored Dec 11, 2024
2 parents 7c98adf + 0ffa6fd commit 00427cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/settings/publish_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ class TrayPublisherPublishPlugins(BaseSettingsModel):
"active": True
},
"ExtractEditorialPckgConversion": {
"optional": False,
"conversion_enabled": True,
"conversion_enabled": False,
"output": {
"ext": "",
"ext": "mp4",
"ffmpeg_args": {
"video_filters": [],
"audio_filters": [],
Expand Down

0 comments on commit 00427cc

Please sign in to comment.