We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d9e7d commit b5da4e1Copy full SHA for b5da4e1
QPlayer2_Ajax.php
@@ -77,6 +77,11 @@ public function __construct($options)
77
case 'artist':
78
$arg2 = 50;
79
break;
80
+ default:
81
+ if ($cache != null && 'neteaseplaylist3136952023' === $key) {
82
+ date_default_timezone_set('Asia/Shanghai');
83
+ $expire = strtotime('+1 day, 00:01:00') - time();
84
+ }
85
}
86
$data = $m->$type($id, $arg2);
87
$data = json_decode($data, true);
0 commit comments