Changing up YTmusic implementation

This commit is contained in:
Eclypsed
2024-03-06 21:13:12 -05:00
parent 79bbead5e4
commit e8f09b159d
3 changed files with 47 additions and 51 deletions

4
src/app.d.ts vendored
View File

@@ -42,7 +42,7 @@ declare global {
connectionId: string
serviceType: serviceType
type: 'song'
duration: number
duration?: number
artists?: {
id: string
name: string
@@ -60,7 +60,7 @@ declare global {
connectionId: string
serviceType: serviceType
type: 'album'
duration: number
duration?: number
albumArtists?: {
id: string
name: string