mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed typo in Cleanse IP
This commit is contained in:
parent
0c16d7a130
commit
d89ca5a8d1
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ namespace NzbDrone.Common.Instrumentation
|
|||
var postfix = match.Value.Substring(group.Index + group.Length - match.Index);
|
||||
var items = valueIP.Split('.');
|
||||
|
||||
return $"{prefix}{items[0]}.*.*.{items[0]}{postfix}";
|
||||
return $"{prefix}{items[0]}.*.*.{items[3]}{postfix}";
|
||||
}
|
||||
|
||||
return match.Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue