build fixes
This commit is contained in:
@@ -172,8 +172,8 @@ export class MediaPlayer {
|
||||
return this.favoritesStore.getFavorites();
|
||||
}
|
||||
|
||||
public async addFavorite(item: PlaylistItem) {
|
||||
return this.favoritesStore.addFavorite(item);
|
||||
public async addFavorite(filename: string) {
|
||||
return this.favoritesStore.addFavorite(filename);
|
||||
}
|
||||
|
||||
public async removeFavorite(filename: string) {
|
||||
|
||||
Reference in New Issue
Block a user