Ticket #3379: deluge-2.0.3+fix_Notifications_plugin.patch
File deluge-2.0.3+fix_Notifications_plugin.patch, 650 bytes (added by , 4 years ago) |
---|
-
deluge/plugins/Notifications-0.3.egg/deluge_notifications/core.py
old new 176 176 def _on_torrent_finished_event(self, torrent_id): 177 177 log.debug('Handler for TorrentFinishedEvent called for CORE') 178 178 torrent = component.get('TorrentManager')[torrent_id] 179 torrent_status = torrent.get_status( {})179 torrent_status = torrent.get_status(['name', 'num_files']) 180 180 # Email 181 181 subject = _('Finished Torrent "%(name)s"') % torrent_status 182 182 message = (