Add:Manage genres #1163

This commit is contained in:
advplyr 2022-12-18 14:52:53 -06:00
parent 106ddc9541
commit 4971787482
6 changed files with 260 additions and 6 deletions

View file

@ -405,8 +405,6 @@ export default {
}
},
removeListeners() {
this.$store.commit('user/removeSettingsListener', 'bookshelf')
if (this.$root.socket) {
this.$root.socket.off('user_updated', this.userUpdated)
this.$root.socket.off('author_updated', this.authorUpdated)