Skip to content

Commit

Permalink
fix t3 work chanel error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Apr 30, 2024
1 parent 1e16b77 commit 2794520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/pages/Film.vue
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ const changeSitesEvent = async (key: string) => {
isVisible.infiniteLoading = true;
isVisible.loadClass = false;
isVisible.t3Work = false;
if (siteConfig.value.default.type === 8) await t3RuleTerminate();
if (siteConfig.value.default.type === 7) await t3RuleTerminate();
isVisible.catvod = false;
infiniteCompleteTip.value = t('pages.film.infiniteLoading.noMore');
searchTxt.value = '';
Expand Down

0 comments on commit 2794520

Please sign in to comment.