Skip to content

Commit

Permalink
Performance enhancements and bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
preston committed Sep 24, 2016
1 parent e8371b5 commit a1fb185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/torrent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def reprocess_meta
b['info']['name'] = name
# Shameless plug. :)
b['comment'] = 'Powered by BitTorious!'
b['creation date'] = self.created_at.to_i

self.file_created_by = b['created by']
self.size = b['info']['length']
Expand Down

0 comments on commit a1fb185

Please sign in to comment.