Add FavoritesFragment based on SongsFragment

This commit is contained in:
Luuk Nieuwdorp 2021-01-07 17:01:10 +01:00
commit ce23df3ef1
5 changed files with 191 additions and 2 deletions

View file

@ -44,7 +44,8 @@ public class CategoryInfo implements Parcelable {
ALBUMS(R.string.albums),
ARTISTS(R.string.artists),
GENRES(R.string.genres),
PLAYLISTS(R.string.playlists);
PLAYLISTS(R.string.playlists),
FAVORITES(R.string.favorites);
public final int stringRes;