mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 07:28:37 +08:00
版本1.0
This commit is contained in:
@@ -432,7 +432,7 @@ export async function getFollowedLiveRooms(): Promise<LiveRoom[]> {
|
||||
});
|
||||
const list = res.data?.data?.list ?? [];
|
||||
return list.map((r: any) => ({
|
||||
roomid: r.room_id,
|
||||
roomid: r.room_id ?? r.roomid,
|
||||
uid: r.uid,
|
||||
title: r.title,
|
||||
uname: r.uname,
|
||||
|
||||
Reference in New Issue
Block a user