set filesystem_encoding while creating torrent
This commit is contained in:
parent
ef44a4f213
commit
563bbd5b0e
1 changed files with 1 additions and 0 deletions
|
@ -1228,6 +1228,7 @@ class Item(models.Model):
|
|||
torrent = '%s.torrent' % base
|
||||
url = "http://%s%s" % (settings.CONFIG['site']['url'], url)
|
||||
meta = {
|
||||
'filesystem_encoding': 'utf-8',
|
||||
'target': torrent,
|
||||
'url-list': url,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue