mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-12-01 20:17:42 +00:00
小修改
This commit is contained in:
parent
9a3e1568b0
commit
727c98645d
@ -359,7 +359,7 @@ async def nem(context):
|
|||||||
tag.album = info['album']
|
tag.album = info['album']
|
||||||
tag.images.remove('')
|
tag.images.remove('')
|
||||||
tag.images.set(3, imagedata, "image/jpeg",
|
tag.images.set(3, imagedata, "image/jpeg",
|
||||||
u"you can put a description here")
|
u"Cover")
|
||||||
tag.save(
|
tag.save(
|
||||||
version=eyed3.id3.ID3_DEFAULT_VERSION, encoding='utf-8')
|
version=eyed3.id3.ID3_DEFAULT_VERSION, encoding='utf-8')
|
||||||
await context.edit(f"{title}上传中 . . .")
|
await context.edit(f"{title}上传中 . . .")
|
||||||
|
Loading…
Reference in New Issue
Block a user