Pre-Release Shakeout (#1932)
* Allow users to setup an account with a fake email and the same username without hitting the validate username code. * Fixed a bug where opds url could have //. Fixed a bug where baseurl wasn't being used for invite link generation * Fixed enum mismatch causing age rating to display incorrectly on UI
This commit is contained in:
parent
202a35dc7c
commit
e7618861e0
12 changed files with 43 additions and 17 deletions
|
@ -61,7 +61,8 @@ public class TaskScheduler : ITaskScheduler
|
|||
public const string ScanLibrariesTaskId = "scan-libraries";
|
||||
public const string ReportStatsTaskId = "report-stats";
|
||||
|
||||
private static readonly ImmutableArray<string> ScanTasks = ImmutableArray.Create("ScannerService", "ScanLibrary", "ScanLibraries", "ScanFolder", "ScanSeries");
|
||||
private static readonly ImmutableArray<string> ScanTasks =
|
||||
ImmutableArray.Create("ScannerService", "ScanLibrary", "ScanLibraries", "ScanFolder", "ScanSeries");
|
||||
|
||||
private static readonly Random Rnd = new Random();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue