Added stash GraphQL mutations. Added movies to GraphQL queries. Moved key management to profile page, only for approved users.

This commit is contained in:
2025-03-31 06:14:56 +02:00
parent 09bba4fe1e
commit 1025285796
14 changed files with 721 additions and 235 deletions

View File

@@ -96,8 +96,6 @@ const props = defineProps({
},
});
console.log(props.chapters);
const lastChapter = props.chapters.at(-1);
const duration = lastChapter.time + lastChapter.duration;