Skip to content

Commit

Permalink
revert "detail: add date added sort [#181]"
Browse files Browse the repository at this point in the history
Actually, this is not a good idea. No use as far as I am aware, and it
may semantically conflict with playlists.

This reverts commit 3d1dd2a.
  • Loading branch information
OxygenCobalt committed Jul 13, 2022
1 parent 3d1dd2a commit f0d6e13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions app/src/main/res/menu/menu_artist_sort.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<item
android:id="@+id/option_sort_duration"
android:title="@string/lbl_sort_duration" />
<item
android:id="@+id/option_sort_date_added"
android:title="@string/lbl_sort_date_added" />
</group>
<group android:checkableBehavior="all">
<item
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/menu/menu_genre_sort.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
<item
android:id="@+id/option_sort_duration"
android:title="@string/lbl_sort_duration" />
<item
android:id="@+id/option_sort_date_added"
android:title="@string/lbl_sort_date_added" />
</group>
<group android:checkableBehavior="all">
<item
Expand Down

0 comments on commit f0d6e13

Please sign in to comment.