mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
fix(song-info-front): fix parser to parse album name
This commit is contained in:
@ -246,8 +246,6 @@ export type VideoDataChangeValue = Record<string, unknown> & {
|
||||
title: string;
|
||||
author: string;
|
||||
|
||||
Hd?: AlbumDetails;
|
||||
|
||||
playlistId: string;
|
||||
isUpcoming: boolean;
|
||||
loading: boolean;
|
||||
|
||||
Reference in New Issue
Block a user