diff --git a/src/components/dialog/SubscribeEditDialog.vue b/src/components/dialog/SubscribeEditDialog.vue index 6f7cc80d..5d717c2c 100644 --- a/src/components/dialog/SubscribeEditDialog.vue +++ b/src/components/dialog/SubscribeEditDialog.vue @@ -100,7 +100,7 @@ function episodeGroupItemProps(item: { title: string; subtitle: string }) { // 查询所有剧集组 async function getEpisodeGroups() { if (!subscribeForm.value.tmdbid) { - console.log('tmdbid is not set or is empty') + console.warn('tmdbid is not set or is empty') return } try { diff --git a/src/components/dialog/SubscribeSeasonDialog.vue b/src/components/dialog/SubscribeSeasonDialog.vue index 1ee970dc..34302f5a 100644 --- a/src/components/dialog/SubscribeSeasonDialog.vue +++ b/src/components/dialog/SubscribeSeasonDialog.vue @@ -82,7 +82,7 @@ function getMediaId() { // 查询所有剧集组 async function getEpisodeGroups() { if (!props.media?.tmdb_id) { - console.log('tmdbid is not set or is empty') + console.warn('tmdbid is not set or is empty') return } try {