Release Testing Time (#1785)
* Fixed a bug with getting continue point where there was a single volume unread and a later volume with chapters inside it, the chapters were being picked. * Fixed a bug where resuming from jump key wasn't working (develop) * Cleaned up the spacing
This commit is contained in:
parent
0de927dee4
commit
bdd2a0a26a
11 changed files with 136 additions and 34 deletions
|
|
@ -14,4 +14,5 @@ public static class ResponseCacheProfiles
|
|||
/// Instant is a very quick cache, because we can't bust based on the query params, but rather body
|
||||
/// </summary>
|
||||
public const string Instant = "Instant";
|
||||
public const string Month = "Month";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue