This commit is contained in:
parent
0a0d1e4afb
commit
a318b0e429
@ -119,6 +119,11 @@ namespace skyscraper5.Skyscraper.Scraper.Storage.InMemory
|
|||||||
{
|
{
|
||||||
bool result = false;
|
bool result = false;
|
||||||
NitNetwork r = nitNetworks[l.NetworkId];
|
NitNetwork r = nitNetworks[l.NetworkId];
|
||||||
|
if (r == null)
|
||||||
|
{
|
||||||
|
StoreNitNetwork(l);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
if (string.IsNullOrEmpty(r.Name) && !string.IsNullOrEmpty(l.Name))
|
if (string.IsNullOrEmpty(r.Name) && !string.IsNullOrEmpty(l.Name))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user