mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-27 19:29:52 +08:00
修复插件市场重复的问题
This commit is contained in:
@@ -392,7 +392,7 @@ watch([marketList, filterForm, activeSort], () => {
|
||||
}
|
||||
|
||||
// 显示前20个
|
||||
displayUninstalledList.value = sortedUninstalledList.value.slice(0, 20)
|
||||
displayUninstalledList.value = sortedUninstalledList.value.splice(0, 20)
|
||||
})
|
||||
|
||||
// 标签转换
|
||||
|
||||
Reference in New Issue
Block a user