mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-11-05 03:09:03 +01:00
added functionality to favorite a song. fixes #323
This commit is contained in:
@@ -10,4 +10,5 @@ export interface MediaInfo {
|
||||
current: string;
|
||||
duration: string;
|
||||
image: string;
|
||||
favorite: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user