fix cancel torrent hr bulk not work

This commit is contained in:
xiaomlove
2024-05-08 02:36:52 +08:00
parent e54840bd0f
commit 2103ac3b68
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.8.12');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2024-04-26');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2024-05-08');
defined('IN_TRACKER') || define('IN_TRACKER', false);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");