Display a heart in for the favorites playlist instead of the generic playlist icon
This commit is contained in:
parent
e7cccb1310
commit
66d1d6285f
2 changed files with 5 additions and 2 deletions
|
|
@ -210,7 +210,7 @@ public class MusicUtil {
|
|||
App.bus.post(new DataBaseChangedEvent(DataBaseChangedEvent.DATABASE_CHANGED));
|
||||
}
|
||||
|
||||
private static Playlist getFavoritesPlaylist(@NonNull final Context context) {
|
||||
public static Playlist getFavoritesPlaylist(@NonNull final Context context) {
|
||||
return PlaylistLoader.getPlaylist(context, context.getString(R.string.favorites));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue