Hotfix for PushResponseFilter's Active property
There was a bug with the PushResponseFilter's active property when converting it's value to the API query string. The bool was converted to string which had a value of "True". Pushbullet's API is expecting "true".