mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
fix
This commit is contained in:
@@ -67,6 +67,7 @@ const addSubscribe = async (season: number = 0) => {
|
|||||||
if (result.success) {
|
if (result.success) {
|
||||||
// 订阅成功
|
// 订阅成功
|
||||||
isSubscribed.value = true;
|
isSubscribed.value = true;
|
||||||
|
$toast.success(`${props.media?.title} 添加订阅成功!`);
|
||||||
} else {
|
} else {
|
||||||
$toast.error(`${props.media?.title} 添加订阅失败:${result.message}!`);
|
$toast.error(`${props.media?.title} 添加订阅失败:${result.message}!`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user