Fix build

This commit is contained in:
Son 2018-12-30 10:55:15 +01:00
commit e4b846cfb7

View file

@ -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) {