mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-13 17:31:23 +08:00
fix douban check subscribe
This commit is contained in:
@@ -251,6 +251,7 @@ async function checkSubscribe(season = 0) {
|
||||
const result: Subscribe = await api.get(`subscribe/media/${mediaid}`, {
|
||||
params: {
|
||||
season,
|
||||
title: props.media?.title,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
@@ -114,6 +114,7 @@ async function checkSubscribe(season = 0) {
|
||||
const result: Subscribe = await api.get(`subscribe/media/${mediaid}`, {
|
||||
params: {
|
||||
season,
|
||||
title: mediaDetail.value.title,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user