mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-23 02:16:10 +01:00
! Revert unintended change (#6097)
This commit is contained in:
parent
2fee883493
commit
f741b63766
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user