Added stash menu with remove and rename.
This commit is contained in:
@@ -129,7 +129,7 @@ const pageStash = pageContext.pageProps.stash;
|
||||
const currentYear = new Date().getFullYear();
|
||||
const fbCutoff = 20;
|
||||
|
||||
const favorited = ref(props.movie.stashes.some((sceneStash) => sceneStash.primary));
|
||||
const favorited = ref(props.movie.stashes.some((sceneStash) => sceneStash.isPrimary));
|
||||
|
||||
async function stash() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user