Skip to content

Commit

Permalink
! Revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Nov 4, 2024
1 parent c178c9c commit 55784ca
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 55784ca

Please sign in to comment.