diff options
Diffstat (limited to 'src/Data/Torrent/Magnet.hs')
-rw-r--r-- | src/Data/Torrent/Magnet.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Torrent/Magnet.hs b/src/Data/Torrent/Magnet.hs index ae4e134b..ae6a8dc5 100644 --- a/src/Data/Torrent/Magnet.hs +++ b/src/Data/Torrent/Magnet.hs | |||
@@ -326,7 +326,7 @@ detailedMagnet :: Torrent -> Magnet | |||
326 | detailedMagnet t @ Torrent {tInfoDict = InfoDict {..}, tAnnounce} | 326 | detailedMagnet t @ Torrent {tInfoDict = InfoDict {..}, tAnnounce} |
327 | = (simpleMagnet t) | 327 | = (simpleMagnet t) |
328 | { exactLength = Just $ fromIntegral $ contentLength idLayoutInfo | 328 | { exactLength = Just $ fromIntegral $ contentLength idLayoutInfo |
329 | , tracker = Just tAnnounce | 329 | , tracker = tAnnounce |
330 | } | 330 | } |
331 | 331 | ||
332 | {----------------------------------------------------------------------- | 332 | {----------------------------------------------------------------------- |