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