mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
[Core] Deprecate prioritize_first_last for prioritize_first_last_pieces
This commit is contained in:
parent
f3f380553a
commit
7283e8b668
1 changed files with 2 additions and 0 deletions
|
@ -1006,6 +1006,8 @@ class Torrent(object):
|
|||
'owner': lambda: self.options['owner'],
|
||||
'paused': lambda: self.status.paused,
|
||||
'prioritize_first_last': lambda: self.options['prioritize_first_last_pieces'],
|
||||
# Deprecated: Use prioritize_first_last_pieces
|
||||
'prioritize_first_last_pieces': lambda: self.options['prioritize_first_last_pieces'],
|
||||
'sequential_download': lambda: self.options['sequential_download'],
|
||||
'progress': self.get_progress,
|
||||
'shared': lambda: self.options['shared'],
|
||||
|
|
Loading…
Add table
Reference in a new issue