mirror of
https://github.com/zoriya/flood.git
synced 2026-06-07 20:30:42 +00:00
Clean up Torrent class and related utils
This commit is contained in:
@@ -7,6 +7,7 @@ const FORMAT_UTIL = {
|
||||
},
|
||||
|
||||
parsePeers: (string) => {
|
||||
// This lovely delimiter is defined in clientUtil.
|
||||
let markerPosition = string.indexOf('@!@');
|
||||
return string.substr(0, markerPosition);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user