Improved PushBullet implementation (v2 API, multiple devices, channels)

New: PushBullet supports multiple devices
New: PushBullet channels

Closes #641
This commit is contained in:
Mark McDowall
2015-06-28 01:50:19 -07:00
parent 120be567d3
commit 77e9493ccf
12 changed files with 312 additions and 37 deletions
@@ -26,6 +26,7 @@ namespace NzbDrone.Core.Annotations
Checkbox,
Select,
Path,
Hidden
Hidden,
Tag
}
}