mirror of https://github.com/Radarr/Radarr
Fixed: Remove extra ; in QualityIndex
This commit is contained in:
parent
0d2660ee6c
commit
5d7166662c
|
@ -49,7 +49,7 @@ namespace NzbDrone.Core.Profiles
|
|||
return GroupIndex.CompareTo(right.GroupIndex);
|
||||
}
|
||||
|
||||
return indexCompare; ;
|
||||
return indexCompare;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue