mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 05:04:51 +00:00
Add filename attribute to video files in albums (#19)
This commit is contained in:
parent
444b695284
commit
ed449ece9b
1 changed files with 2 additions and 1 deletions
|
|
@ -2016,7 +2016,8 @@ class Client:
|
|||
duration=i.duration,
|
||||
w=i.width,
|
||||
h=i.height
|
||||
)
|
||||
),
|
||||
types.DocumentAttributeFilename(os.path.basename(i.media))
|
||||
]
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue