forked from DebaucheryLibrarian/traxxx
Added various tag photos and descriptions.
This commit is contained in:
@@ -17,11 +17,21 @@ function initStashesActions(_store, _router) {
|
||||
await del(`/stashes/${stashId}/scenes/${sceneId}`);
|
||||
}
|
||||
|
||||
async function stashMovie(context, { movieId, stashId }) {
|
||||
await post(`/stashes/${stashId}/movies`, { movieId });
|
||||
}
|
||||
|
||||
async function unstashMovie(context, { movieId, stashId }) {
|
||||
await del(`/stashes/${stashId}/movies/${movieId}`);
|
||||
}
|
||||
|
||||
return {
|
||||
stashActor,
|
||||
stashScene,
|
||||
stashMovie,
|
||||
unstashActor,
|
||||
unstashScene,
|
||||
unstashMovie,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user