Skip to content
Snippets Groups Projects
Commit 5522facb authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Add setArtist to MediaWrapper

parent 590aa335
No related branches found
No related tags found
No related merge requests found
......@@ -330,6 +330,10 @@ public class MediaWrapper implements Parcelable {
mTitle = title;
}
public void setArtist(String artist){
mArtist = artist;
}
public String getTitle() {
if (!TextUtils.isEmpty(mTitle))
return mTitle;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment