Added audio codec option for Jellyfin (#30160)

This commit is contained in:
Dennis Lee 2024-05-16 02:07:20 -05:00 committed by GitHub
parent c8fbd2ef65
commit 05f95b1648
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,3 +38,11 @@ Username:
Password:
description: The password of the supplied user.
{% endconfiguration_basic %}
{% include integrations/option_flow.md %}
{% configuration_basic %}
Audio Codec:
description: Sets the audio encoding codec to a Jellyfin API supported codec (aac, mp3, vorbis, wma)
required: false
{% endconfiguration_basic %}