sbussetti / deluge-siphon

A Chrome extension for sending torrents to your Deluge server.
http://sbussetti.github.io/deluge-siphon/
82 stars 22 forks source link

"Send to Deluge" fails silently in Chrome 35 #10

Closed pstackle closed 10 years ago

pstackle commented 10 years ago

Starting in Chrome 35, the "Send to Deluge" context menu option fails silently.

Steps:

Expected:

Actual:

This issue appears to be caused by the use of the legacy webkitNotifications API. (line 367 and 374 in the notify() method in controller_actions.js file.