1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:15:55 +00:00

add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxy

This commit is contained in:
Andrew Dolgov
2017-02-12 16:01:28 +03:00
parent 3891782cf5
commit 58210301e0
3 changed files with 14 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ class PluginHost {
const HOOK_ARTICLE_FILTER_ACTION = 30;
const HOOK_ARTICLE_EXPORT_FEED = 31;
const HOOK_MAIN_TOOLBAR_BUTTON = 32;
const HOOK_ENCLOSURE_ENTRY = 33;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;