mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-02 22:31:07 +08:00
更新 FullCalendarView.vue
This commit is contained in:
@@ -54,7 +54,7 @@ const calendarOptions: Ref<CalendarOptions> = ref({
|
|||||||
|
|
||||||
async function eventsHander(subscribe: Subscribe) {
|
async function eventsHander(subscribe: Subscribe) {
|
||||||
// 如果是电影直接返回
|
// 如果是电影直接返回
|
||||||
if (subscribe.type === t('media.movie')) {
|
if (subscribe.type === '电影') {
|
||||||
// 调用API查询TMDB详情
|
// 调用API查询TMDB详情
|
||||||
const movie: MediaInfo = await api.get(`media/tmdb:${subscribe.tmdbid}`, {
|
const movie: MediaInfo = await api.get(`media/tmdb:${subscribe.tmdbid}`, {
|
||||||
params: { type_name: subscribe.type },
|
params: { type_name: subscribe.type },
|
||||||
|
|||||||
Reference in New Issue
Block a user