forked from DebaucheryLibrarian/traxxx
Added favorites link to user menu.
This commit is contained in:
@@ -114,8 +114,6 @@ async function fetchStash() {
|
||||
limit: this.limit,
|
||||
});
|
||||
|
||||
console.log(this.stash.movies);
|
||||
|
||||
this.isMine = this.stash.user?.id === this.$store.state.auth.user?.id;
|
||||
|
||||
if (this.$route.params.range === 'scenes') {
|
||||
|
||||
Reference in New Issue
Block a user