Some bug fixes and grid size adjustable
This commit is contained in:
parent
bce9de2782
commit
c1a4185549
19 changed files with 236 additions and 88 deletions
|
|
@ -9,6 +9,7 @@ import java.io.Serializable;
|
|||
* Created by karim on 23.11.14.
|
||||
*/
|
||||
public class Song implements Serializable, SearchEntry {
|
||||
|
||||
public int id;
|
||||
public int albumId;
|
||||
public int artistId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue