allow sorting by total chapters for library view (#811)

* allow sorting by total chapters for library view

* allow sorting by total chapters for library view

* Changed to remove query per manga.
This commit is contained in:
Carlos
2017-05-31 15:50:21 -04:00
committed by inorichi
parent e85841784c
commit 1089c25b8f
6 changed files with 28 additions and 2 deletions

View File

@@ -30,6 +30,7 @@
<string name="action_filter_read">Read</string>
<string name="action_filter_empty">Remove filter</string>
<string name="action_sort_alpha">Alphabetically</string>
<string name="action_sort_total">Total chapters</string>
<string name="action_sort_last_read">Last read</string>
<string name="action_sort_last_updated">Last updated</string>
<string name="action_search">Search</string>