mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-08-03 11:31:20 +02:00
fix: fixes #403 - cannot read shuffle of undefined error
This commit is contained in:
@@ -14,5 +14,5 @@ export interface MediaInfo {
|
||||
durationInSeconds?: number;
|
||||
image: string;
|
||||
favorite: boolean;
|
||||
player: MediaPlayerInfo;
|
||||
player?: MediaPlayerInfo;
|
||||
}
|
||||
|
Reference in New Issue
Block a user