fix coverart spotify hook on windows

This commit is contained in:
Boof2015
2026-04-19 19:19:37 -04:00
parent 812014f64b
commit ee26e5b5c9
3 changed files with 127 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ export type NativeWindowsMediaSupport = NativeCaptureSupport
export interface NativeWindowsSpotifyPlaybackState {
album: string
artworkDataUrl: string | null
artist: string
durationMs: number
playbackStatus: string