Revert "Add a new smart playlist "Not played lately" playlist (#613)"

This reverts commit 764751381a.
This commit is contained in:
Karim Abou Zeid 2019-04-16 23:02:15 +02:00
commit 29371671ee
9 changed files with 8 additions and 144 deletions

View file

@ -4,16 +4,6 @@
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory android:title="@string/pref_header_playlists">
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
app:iconSpaceReserved="false"
android:defaultValue="this_month"
android:entries="@array/pref_playlists_recently_played_interval_titles"
android:entryValues="@array/pref_playlists_recently_played_interval_values"
android:key="recently_played_interval"
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_recently_played_interval" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEListPreference
app:iconSpaceReserved="false"
android:defaultValue="this_month"
android:entries="@array/pref_playlists_last_added_interval_titles"