Không có phim nào dự kiến phát sóng vào ngày này.
Đón xem các cập nhật mới nhất từ ban quản trị hệ thống.
{moviesForDay.map(m => {
const poster = formatImageUrl(m.poster_url || m.thumb_url);
const epLabel = m.next_episode_name || m.episode_current || 'Tập mới';
const timeStr = new Date(m.next_episode_time).toLocaleTimeString('vi-VN', { hour: '2-digit', minute: '2-digit', hour12: false, timeZone: 'Asia/Ho_Chi_Minh' });
return (
Sắp phát sóng
{m.name}
{timeStr}
{epLabel}
);
})}