fix issues with audio paths and download service

This commit is contained in:
dkanada 2021-05-13 19:24:48 +09:00
commit 1b9c79ad5f
4 changed files with 23 additions and 9 deletions

View file

@ -80,7 +80,7 @@ public abstract class AbsPlayerFragment extends AbsMusicServiceFragment implemen
}
protected void toggleFavorite(Song song) {
MusicUtil.toggleFavorite(requireActivity(), song);
MusicUtil.toggleFavorite(song);
}
protected boolean isToolbarShown() {