Skip to content

Commit

Permalink
chore: Update Meting to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fly3949 committed Jan 23, 2021
1 parent 739f2eb commit 21e5486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hermit.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Plugin Name: Hermit X
Plugin URI: https://blog.lwl12.com/read/hermit-x.html
Description: 音乐播放器 Hermit music player build for wordpress with APlayer
Version: 2.9.7
Version: 2.9.8
Author: Hermit X Developer Team
Author URI: https://blog.lwl12.com/read/hermit-x.html#developer
*/

define('HERMIT_FILE', __FILE__);
define('HERMIT_VERSION', '2.9.7');
define('HERMIT_VERSION', '2.9.8');
define('HERMIT_URL', plugins_url('', __FILE__));
define('HERMIT_PATH', dirname(__FILE__));
define('HERMIT_ADMIN_URL', admin_url());
Expand Down
2 changes: 1 addition & 1 deletion include/Meting.php
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ public function playlist($id)
case 'netease':
$api = array(
'method' => 'POST',
'url' => 'http://music.163.com/api/v3/playlist/detail',
'url' => 'http://music.163.com/api/v6/playlist/detail',
'body' => array(
's' => '0',
'id' => $id,
Expand Down

0 comments on commit 21e5486

Please sign in to comment.