Update consumer.py
Add {original_filename} as a new "Title placeholders"
This commit is contained in:
parent
cd38c39908
commit
11a0399d20
@ -691,6 +691,7 @@ class Consumer(LoggingMixin):
|
|||||||
added_month_name_short=local_added.strftime("%b"),
|
added_month_name_short=local_added.strftime("%b"),
|
||||||
added_day=local_added.strftime("%d"),
|
added_day=local_added.strftime("%d"),
|
||||||
owner_username=owner_username,
|
owner_username=owner_username,
|
||||||
|
original_filename=self.filename,
|
||||||
).strip()
|
).strip()
|
||||||
|
|
||||||
def _store(
|
def _store(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user