mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools] Fix filtering
This commit is contained in:
@@ -600,7 +600,7 @@ namespace SabreTools
|
||||
|
||||
// Set the not status flag for filtering
|
||||
ItemStatus itemNotStatus = ItemStatus.NULL;
|
||||
switch (status?.ToLowerInvariant())
|
||||
switch (notstatus?.ToLowerInvariant())
|
||||
{
|
||||
case "none":
|
||||
itemNotStatus = ItemStatus.None;
|
||||
|
||||
Reference in New Issue
Block a user