mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
add torrent star event support #4
This commit is contained in:
parent
ef84fefca3
commit
a3dd5a81a9
7 changed files with 174 additions and 6 deletions
|
|
@ -47,9 +47,12 @@ class Activity
|
|||
public const EVENT_TORRENT_SENSITIVE_APPROVE_ADD = 20210;
|
||||
public const EVENT_TORRENT_SENSITIVE_APPROVE_DELETE = 20211;
|
||||
|
||||
public const EVENT_TORRENT_DOWNLOAD_FILE_ADD = 20300;
|
||||
public const EVENT_TORRENT_STAR_ADD = 20300;
|
||||
public const EVENT_TORRENT_STAR_DELETE = 20310;
|
||||
|
||||
public const EVENT_TORRENT_DOWNLOAD_MAGNET_ADD = 20400;
|
||||
public const EVENT_TORRENT_DOWNLOAD_FILE_ADD = 20400;
|
||||
|
||||
public const EVENT_TORRENT_DOWNLOAD_MAGNET_ADD = 20500;
|
||||
|
||||
/// Article
|
||||
public const EVENT_ARTICLE_ADD = 30000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue