mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-09-18 09:39:29 +02:00
feat: reworked the api, added duration/current in seconds + shuffle & repeat
This commit is contained in:
@@ -8,7 +8,9 @@ export interface MediaInfo {
|
||||
status: MediaStatus;
|
||||
url: string;
|
||||
current: string;
|
||||
currentInSeconds?: number;
|
||||
duration: string;
|
||||
durationInSeconds?: number;
|
||||
image: string;
|
||||
favorite: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user