Skip to content

Commit

Permalink
! Revert unintended change (FreeTubeApp#6097)
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE authored and Soham456 committed Dec 5, 2024
1 parent be5207b commit 3dfc93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/Watch/Watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 3dfc93c

Please sign in to comment.