Skip to content

Commit

Permalink
update ffmpeg_s.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Dec 8, 2024
1 parent f110a51 commit f611408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/helper/aeon_utils/ffmpeg_s.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ async def progress(self, status: str = ""):
line.decode("utf-8"),
),
):
LOGGER.info(progress)
if not self._duration:
self._duration = (await get_media_info(self.path))[0]
try:
Expand Down

0 comments on commit f611408

Please sign in to comment.