mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
fix: fix an issue with videodatachangefired timing
This commit is contained in:
6
src/types/video-data-changed.ts
Normal file
6
src/types/video-data-changed.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import type { VideoDataChangeValue } from '@/types/player-api-events';
|
||||
|
||||
export interface VideoDataChanged {
|
||||
name: string;
|
||||
videoData?: VideoDataChangeValue;
|
||||
}
|
||||
Reference in New Issue
Block a user