Skip to content

Commit

Permalink
Remove raw data
Browse files Browse the repository at this point in the history
  • Loading branch information
retrouser955 committed Apr 11, 2024
1 parent e81a5d0 commit d9bf6db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Structures/Video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export interface MusicInfo {
cover: string;
artist: string;
album: string;
raw: any;
}

export class Video {
Expand Down
3 changes: 1 addition & 2 deletions src/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,7 @@ class Util {
title: val.videoAttributeViewModel.title,
cover: val.videoAttributeViewModel.image.sources[0].url,
artist: val.videoAttributeViewModel.subtitle,
album: val.videoAttributeViewModel.secondarySubtitle.content,
raw: val.videoAttributeViewModel
album: val.videoAttributeViewModel.secondarySubtitle.content
}
})
} catch {
Expand Down

0 comments on commit d9bf6db

Please sign in to comment.