Replace custom download amount with next 25
Simplifies things and maybe discourages whacky downloading behavior? Users can still range select in the chapters list to download custom amounts.
This commit is contained in:
@@ -4,7 +4,7 @@ enum class DownloadAction {
|
||||
NEXT_1_CHAPTER,
|
||||
NEXT_5_CHAPTERS,
|
||||
NEXT_10_CHAPTERS,
|
||||
CUSTOM,
|
||||
NEXT_25_CHAPTERS,
|
||||
UNREAD_CHAPTERS,
|
||||
ALL_CHAPTERS,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user