Skip to content

Commit

Permalink
docs: Fix Global Settings in migrating.md (#4298)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitoyucepi authored Jan 5, 2025
1 parent 359b1ff commit 84118fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/content/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ If you are looking for an event-based API, you can use the output's `on_track` m
For backward compatibility and easier migration, `on_air` and `on_air_timestamp` metadata can be enabled using the `settings.request.deprecated_on_air_metadata` setting:

```liquidsoap
request.deprecated_on_air_metadata := true
settings.request.deprecated_on_air_metadata := true
```

However, it is highly recommended to migrate your script to use one of the new method.
Expand Down

0 comments on commit 84118fa

Please sign in to comment.