Skip to content

Commit

Permalink
Account for disable preludes option in legacy DB migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa committed Jan 26, 2024
1 parent 06c602d commit c4040db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/dao/legacyDbMigration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,8 @@ async function migrateFromLegacyDbInner(
disableChannelOverlay: ffmpegSettings[
'disableChannelOverlay'
] as (typeof defaultFfmpegSettings)['disableChannelOverlay'],
disableChannelPrelude:
(ffmpegSettings['disablePreludes'] as Maybe<boolean>) ?? false,
},
defaultFfmpegSettings,
),
Expand Down

0 comments on commit c4040db

Please sign in to comment.