Added stash GraphQL mutations. Added movies to GraphQL queries. Moved key management to profile page, only for approved users.
This commit is contained in:
@@ -96,8 +96,6 @@ const props = defineProps({
|
||||
},
|
||||
});
|
||||
|
||||
console.log(props.chapters);
|
||||
|
||||
const lastChapter = props.chapters.at(-1);
|
||||
const duration = lastChapter.time + lastChapter.duration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user