fix(song-info-front): fix parser to parse album name

This commit is contained in:
JellyBrick
2023-12-17 15:51:35 +09:00
parent 4b68de1606
commit 5ec7c346ca
2 changed files with 5 additions and 4 deletions

View File

@ -246,8 +246,6 @@ export type VideoDataChangeValue = Record<string, unknown> & {
title: string;
author: string;
Hd?: AlbumDetails;
playlistId: string;
isUpcoming: boolean;
loading: boolean;