变更私人影库的key值方式

This commit is contained in:
mtvpls
2025-12-26 21:14:31 +08:00
parent df78abaf11
commit 3050cd48a9
15 changed files with 120 additions and 84 deletions
+3 -3
View File
@@ -35,7 +35,7 @@ interface TMDBSeason {
interface CorrectDialogProps {
isOpen: boolean;
onClose: () => void;
folder: string;
videoKey: string;
currentTitle: string;
onCorrect: () => void;
}
@@ -43,7 +43,7 @@ interface CorrectDialogProps {
export default function CorrectDialog({
isOpen,
onClose,
folder,
videoKey,
currentTitle,
onCorrect,
}: CorrectDialogProps) {
@@ -181,7 +181,7 @@ export default function CorrectDialog({
}
const body: any = {
folder,
key: videoKey,
tmdbId: finalTmdbId,
title: finalTitle,
posterPath: season?.poster_path || result.poster_path,