Fix build
This commit is contained in:
parent
e461f44ff0
commit
e4b846cfb7
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ public final class PreferenceUtil {
|
|||
}
|
||||
|
||||
public String getRecentlyPlayedCutoffText(Context context) {
|
||||
return getCutoffText(LAST_PLAYED_CUTOFF, context);
|
||||
return getCutoffText(RECENTLY_PLAYED_CUTOFF, context);
|
||||
}
|
||||
|
||||
private String getCutoffText(final String cutoff, Context context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue