stupid typo
This commit is contained in:
parent
aeffc5fa70
commit
476d36ed16
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ readLcDirection _ = Nothing
|
|||
equivilantTransfer :: Transfer -> Transfer -> Bool
|
||||
equivilantTransfer t1 t2
|
||||
| transferDirection t1 == Download && transferDirection t2 == Download &&
|
||||
transferUUID t1 == transferUUID t2 = True
|
||||
transferKey t1 == transferKey t2 = True
|
||||
| otherwise = t1 == t2
|
||||
|
||||
percentComplete :: Transfer -> TransferInfo -> Maybe Percentage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue