diff --git a/torrent.go b/torrent.go index f55f2b3..7b5bc65 100644 --- a/torrent.go +++ b/torrent.go @@ -123,7 +123,7 @@ func (t *Torrent) DownloadLog() { // Completed return true if torrent file download is completed func (t *Torrent) Completed() bool { - return t.Complete.Bool() + return t.Complete().Bool() } // GetStats returns torrent file state