Added menu with tappable list items

This commit is contained in:
Jared Fantaye 2022-12-03 09:52:04 +01:00
parent aad5e26f31
commit 8fc5fa979d
3 changed files with 38 additions and 1 deletions

View file

@ -15,6 +15,7 @@ public class PlaylistEntity {
public static final String PLAYLIST_ID = "uid";
public static final String PLAYLIST_NAME = "name";
public static final String PLAYLIST_THUMBNAIL_URL = "thumbnail_url";
//TODO: add field
@PrimaryKey(autoGenerate = true)
@ColumnInfo(name = PLAYLIST_ID)