utilize downloaded files within detail activities
This commit is contained in:
parent
5bde02dc8b
commit
395b1227c9
11 changed files with 100 additions and 15 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue