mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
fix(song-info-front): fix nullable issue
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import type { WatchNextResponse } from '@/types/youtube-music-desktop-internal';
|
||||
|
||||
export interface AlbumDetails {
|
||||
responseContext: ResponseContext;
|
||||
contents: Contents;
|
||||
@ -252,6 +254,11 @@ export type VideoDataChangeValue = Record<string, unknown> & {
|
||||
loading: boolean;
|
||||
|
||||
lengthSeconds: number;
|
||||
|
||||
/**
|
||||
* YouTube Music Desktop internal variable (for album data)
|
||||
**/
|
||||
ytmdWatchNextResponse?: WatchNextResponse;
|
||||
};
|
||||
|
||||
export interface PlayerAPIEvents {
|
||||
|
||||
Reference in New Issue
Block a user