mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 01:38:24 +00:00
Fixed: Remove extra ; in QualityIndex
This commit is contained in:
parent
0d2660ee6c
commit
5d7166662c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public int CompareTo(QualityIndex right, bool respectGroupOrder)
|
|||
return GroupIndex.CompareTo(right.GroupIndex);
|
||||
}
|
||||
|
||||
return indexCompare; ;
|
||||
return indexCompare;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue