mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 23:48:54 -05:00
test
This commit is contained in:
parent
ff57fc41d8
commit
301c4dbe9e
@ -111,9 +111,10 @@ def pre_trim_actions(media):
|
|||||||
else:
|
else:
|
||||||
picked.append(profile)
|
picked.append(profile)
|
||||||
|
|
||||||
logger.info(f"Encoding media {media.friendly_token} will have to be performed for the following profiles {picked}")
|
|
||||||
|
|
||||||
if picked:
|
if picked:
|
||||||
|
logger.info(f"Encoding media {media.friendly_token} will have to be performed for all profiles")
|
||||||
|
|
||||||
media.encode()
|
media.encode()
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user