mirror of
https://github.com/mashirozx/sakura.git
synced 2025-05-29 01:49:21 +08:00
parent
f1b22d0fb5
commit
f1981117b5
2
inc/api.php
Normal file → Executable file
2
inc/api.php
Normal file → Executable file
@ -453,7 +453,7 @@ function get_bgm_items($page = 1){
|
|||||||
}
|
}
|
||||||
$lists = $bgm["list"];
|
$lists = $bgm["list"];
|
||||||
foreach ((array)$lists as $list) {
|
foreach ((array)$lists as $list) {
|
||||||
if(preg_match('/已看完/m',$list["new_ep"]['index_show'], $matches_finish)){
|
if(preg_match('/看完/m',$list["progress"], $matches_finish)){
|
||||||
$percent = 100;
|
$percent = 100;
|
||||||
}else{
|
}else{
|
||||||
preg_match('/第(\d+)./m',$list['progress'], $matches_progress);
|
preg_match('/第(\d+)./m',$list['progress'], $matches_progress);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user