utilize downloaded files within detail activities

This commit is contained in:
dkanada 2021-05-09 13:44:31 +09:00
commit 395b1227c9
11 changed files with 100 additions and 15 deletions

View file

@ -48,6 +48,8 @@ public class Song implements Parcelable {
public int bitDepth;
public int channels;
public boolean cache;
public Song() {
this.id = UUID.randomUUID().toString();
}