Implemented 'com.melegy.redscreenofdeath

This commit is contained in:
CappielloAntonio 2021-04-22 18:05:20 +02:00
parent 8e2596fa20
commit a871d37781
6 changed files with 39 additions and 34 deletions

View file

@ -2,6 +2,7 @@ package com.cappielloantonio.play.model;
import android.os.Parcel;
import android.os.Parcelable;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.room.ColumnInfo;
@ -18,6 +19,7 @@ import java.util.List;
@Entity(tableName = "artist")
public class Artist implements Parcelable {
private static final String TAG = "Artist";
@Ignore
public List<Genre> genres;
@Ignore