fix issues with audio paths and download service
This commit is contained in:
parent
d2afefe595
commit
1b9c79ad5f
4 changed files with 23 additions and 9 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue