mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-28 23:06:43 -04:00
removed redundant else
This commit is contained in:
@@ -17,10 +17,7 @@ namespace NzbDrone.Core.Parser.Model
|
||||
{
|
||||
return null;
|
||||
}
|
||||
else
|
||||
{
|
||||
return torrentInfo.Seeds;
|
||||
}
|
||||
return torrentInfo.Seeds;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user