Index: messageResponder.js |
diff --git a/messageResponder.js b/messageResponder.js |
index dab496354b91789337171c43f9d1e73f66ca7a85..2f456de86c720a2d3a74a27bb4c76c78a4a47080 100644 |
--- a/messageResponder.js |
+++ b/messageResponder.js |
@@ -72,6 +72,8 @@ |
{ |
var obj = convertObject(["disabled", "downloadStatus", "homepage", |
"lastDownload", "title", "url"], subscription); |
+ obj.isSpecial = subscription instanceof SpecialSubscription; |
+ obj.isDownloadable = subscription instanceof DownloadableSubscription; |
obj.isDownloading = Synchronizer.isExecuting(subscription.url); |
return obj; |
} |