Updated source form
This commit is contained in:
parent
5727a83287
commit
e9884231d8
2 changed files with 1 additions and 2 deletions
|
|
@ -50,7 +50,6 @@ defmodule Pinchflat.Downloading.MediaRetentionWorker do
|
|||
end
|
||||
|
||||
defp delete_media_items_from_before_cutoff do
|
||||
# TODO: update the source form to explain this new behavior
|
||||
deletable_media =
|
||||
MediaQuery.new()
|
||||
|> MediaQuery.require_assoc(:source)
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
maxlength="10"
|
||||
pattern="((?:19|20)[0-9][0-9])-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])"
|
||||
title="YYYY-MM-DD"
|
||||
help="Only download media uploaded after this date. Leave blank to download all media. Must be in YYYY-MM-DD format"
|
||||
help="Only download media uploaded after this date. Leave blank to download all media. Must be in YYYY-MM-DD format. Old media may be deleted or downloaded if you change this date"
|
||||
/>
|
||||
|
||||
<.input
|
||||
|
|
|
|||
Loading…
Reference in a new issue