Adds add to favorites button in SongRow
This commit is contained in:
@@ -176,8 +176,8 @@ export class MediaPlayer {
|
||||
return this.favoritesStore.addFavorite(item);
|
||||
}
|
||||
|
||||
public async removeFavorite(id: number) {
|
||||
return this.favoritesStore.removeFavorite(id);
|
||||
public async removeFavorite(filename: string) {
|
||||
return this.favoritesStore.removeFavorite(filename);
|
||||
}
|
||||
|
||||
public async clearFavorites() {
|
||||
|
||||
Reference in New Issue
Block a user