Improved wording re: livestreams on media profile form

This commit is contained in:
Kieran Eglin 2024-05-27 11:15:11 -07:00
parent 10880e9699
commit 7603ba017f
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -183,7 +183,7 @@
options={friendly_format_type_options()} options={friendly_format_type_options()}
type="select" type="select"
label="Include Livestreams" label="Include Livestreams"
help="Excludes media that comes from a past livestream" help="How to handle past livestreams"
x-init="$watch('selectedPreset', p => p && ($el.value = presets[p]))" x-init="$watch('selectedPreset', p => p && ($el.value = presets[p]))"
/> />
</section> </section>