Changing up YTmusic implementation
This commit is contained in:
4
src/app.d.ts
vendored
4
src/app.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user