Fixed: Remove extra ; in QualityIndex

pull/3861/head
Devin Buhl 5 years ago
parent 0d2660ee6c
commit 5d7166662c

@ -49,7 +49,7 @@ namespace NzbDrone.Core.Profiles
return GroupIndex.CompareTo(right.GroupIndex);
}
return indexCompare; ;
return indexCompare;
}
}
}

Loading…
Cancel
Save