Bugfixes/misc (#196)
* Removed an error log statment which wasn't valid. Was showing error when a comicinfo.xml was not found in a directory. * Fixed #191. Don't overwrite summary information if we already have something set from UI. * Fixes #192 * Fixed #194 by moving the Take to after the query runs, so we take only distinct series. * Added another case for Regex parsing for VanDread-v01-c01.zip
This commit is contained in:
parent
e2e755145c
commit
9c43833989
7 changed files with 17 additions and 17 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
public static class PolicyConstants
|
||||
{
|
||||
public static readonly string AdminRole = "Admin";
|
||||
public static readonly string PlebRole = "Pleb";
|
||||
public const string AdminRole = "Admin";
|
||||
public const string PlebRole = "Pleb";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue