v1.0.2
This commit is contained in:
parent
192217c832
commit
e44409a7db
@ -61,7 +61,7 @@ class DownloadChain(ChainBase):
|
|||||||
self.post_message(Notification(
|
self.post_message(Notification(
|
||||||
channel=channel,
|
channel=channel,
|
||||||
mtype=NotificationType.Download,
|
mtype=NotificationType.Download,
|
||||||
title=f"{mediainfo.title_year}"
|
title=f"{mediainfo.title_year} "
|
||||||
f"{meta.season_episode} 开始下载",
|
f"{meta.season_episode} 开始下载",
|
||||||
text=msg_text,
|
text=msg_text,
|
||||||
image=mediainfo.get_message_image(),
|
image=mediainfo.get_message_image(),
|
||||||
|
@ -243,7 +243,7 @@ class TransferChain(ChainBase):
|
|||||||
"""
|
"""
|
||||||
发送入库成功的消息
|
发送入库成功的消息
|
||||||
"""
|
"""
|
||||||
msg_title = f"{mediainfo.title_year}{meta.season_episode} 已入库"
|
msg_title = f"{mediainfo.title_year} {meta.season_episode} 已入库"
|
||||||
if mediainfo.vote_average:
|
if mediainfo.vote_average:
|
||||||
msg_str = f"评分:{mediainfo.vote_average},类型:{mediainfo.type.value}"
|
msg_str = f"评分:{mediainfo.vote_average},类型:{mediainfo.type.value}"
|
||||||
else:
|
else:
|
||||||
|
@ -1 +1 @@
|
|||||||
APP_VERSION = 'v1.0.1'
|
APP_VERSION = 'v1.0.2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user