Skip to content

Commit

Permalink
docs: Fix global settings usage in migrating.md for on_air metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
vitoyucepi committed Jan 5, 2025
1 parent e262927 commit a4232bb
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 a4232bb

Please sign in to comment.