refactor: Remove unused video-related props from HomePage component

This commit is contained in:
kuekhaoyang
2025-11-17 23:09:28 +08:00
parent 0bb26ebf9a
commit 838951d209
-3
View File
@@ -384,9 +384,6 @@ function HomePage() {
currentSource={currentSource}
checkedSources={checkedSources}
totalSources={16}
checkedVideos={checkedVideos}
totalVideos={totalVideos}
stage={searchStage}
/>
</div>
)}