round up the number of top tracks
This commit is contained in:
parent
3bf889dbc9
commit
608b99ac22
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import com.kabouzeid.gramophone.util.PreferenceUtil;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
||||||
public class TopAndRecentlyPlayedTracksLoader {
|
public class TopAndRecentlyPlayedTracksLoader {
|
||||||
public static final int NUMBER_OF_TOP_TRACKS = 99;
|
public static final int NUMBER_OF_TOP_TRACKS = 100;
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
public static ArrayList<Song> getRecentlyPlayedTracks(@NonNull Context context) {
|
public static ArrayList<Song> getRecentlyPlayedTracks(@NonNull Context context) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue