Updated docs in media profile form

This commit is contained in:
Kieran Eglin 2024-03-21 12:20:51 -07:00
parent 968f1a9093
commit bdec621d1e
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -233,7 +233,7 @@
field={f[:download_source_images]} field={f[:download_source_images]}
type="toggle" type="toggle"
label="Download Series Images" label="Download Series Images"
help="Downloads poster and banner images for use with Jellyfin, Kodi, etc. Only works for full channels (not playlists)" help="Downloads poster and banner images for use with Plex, Jellyfin, Kodi, etc. Only works for full channels (not playlists)"
x-init="$watch('selectedPreset', p => p && (enabled = presets[p]))" x-init="$watch('selectedPreset', p => p && (enabled = presets[p]))"
/> />
</section> </section>