fix: apply replay gain preferences on scheduled files (#2945)
### Description
The replay gain preferences are applied in the legacy code, but the
playout code was missing this feature. The replay gain was not applied
when playout fetched the schedules.
37d1a7685e/legacy/application/models/Schedule.php (L881-L886)
This commit is contained in:
parent
37d1a7685e
commit
35d0dec4a8
11 changed files with 112 additions and 43 deletions
|
@ -19,6 +19,8 @@ class StreamPreferencesView(views.APIView):
|
|||
"input_fade_transition",
|
||||
"message_format",
|
||||
"message_offline",
|
||||
"replay_gain_enabled",
|
||||
"replay_gain_offset",
|
||||
}
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue