Skip to content

Commit

Permalink
fix t3RuleTerminate not load
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Apr 30, 2024
1 parent 2794520 commit b0bca41
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 @@ -637,7 +637,7 @@ filmSearcheventBus.on((kw: string)=>{
filmReloadeventBus.on(async () => {
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 b0bca41

Please sign in to comment.