扫描修改为后台扫描,openlist登录增加账号密码
This commit is contained in:
@@ -11,6 +11,7 @@ import VideoCard from '@/components/VideoCard';
|
||||
interface Video {
|
||||
id: string;
|
||||
folder: string;
|
||||
tmdbId: number;
|
||||
title: string;
|
||||
poster: string;
|
||||
releaseDate: string;
|
||||
@@ -105,7 +106,6 @@ export default function PrivateLibraryPage() {
|
||||
title={video.title}
|
||||
poster={video.poster}
|
||||
year={video.releaseDate.split('-')[0]}
|
||||
rating={video.voteAverage}
|
||||
from='search'
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user