prettier time
This commit is contained in:
parent
77a85e1611
commit
83c4444c8e
16 changed files with 2636 additions and 84 deletions
|
@ -22,14 +22,13 @@ export interface FMTrack {
|
|||
album: string;
|
||||
url: string;
|
||||
albumArt: string;
|
||||
|
||||
}
|
||||
|
||||
export interface FMResponse {
|
||||
recenttracks: {
|
||||
track: FMRawTrack[];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
export function transformRawTrack(raw: FMRawTrack): FMTrack {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue