mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
!cosmetic missed it
This commit is contained in:
parent
b6348a73d1
commit
faac2655f9
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@ namespace Ombi.Schedule.Processor
|
||||||
if (masterBranch)
|
if (masterBranch)
|
||||||
{
|
{
|
||||||
latestRelease = doc.DocumentNode.Descendants("h2")
|
latestRelease = doc.DocumentNode.Descendants("h2")
|
||||||
.FirstOrDefault(x => x.InnerText == "(unreleased)");
|
.FirstOrDefault(x => x.InnerText != "(unreleased)");
|
||||||
// TODO: Change this to InnterText != "(unreleased)" once we go live and it's not a prerelease
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue