! Revert unintended change (#6097)

This commit is contained in:
PikachuEXE 2024-11-07 10:51:12 +08:00 committed by GitHub
parent 2fee883493
commit f741b63766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -723,7 +723,7 @@ export default defineComponent({
if (result.storyboards?.type === 'PlayerStoryboardSpec') {
/** @type {import('youtubei.js/dist/src/parser/classes/PlayerStoryboardSpec').StoryboardData[]} */
let source = result.storyboardSpec.boards
let source = result.storyboards.boards
if (window.innerWidth < 500) {
source = source.filter((board) => board.thumbnail_height <= 90)
}