mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 23:13:36 +00:00
Added the ability to sort items in the genre catalogue
This commit is contained in:
@@ -6,6 +6,9 @@ import android.os.Parcelable;
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
public class Genre implements Parcelable {
|
||||
public static final String ORDER_BY_NAME = "ORDER_BY_NAME";
|
||||
public static final String ORDER_BY_RANDOM = "ORDER_BY_RANDOM";
|
||||
|
||||
private String id;
|
||||
private String name;
|
||||
private int songCount;
|
||||
|
||||
Reference in New Issue
Block a user