mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-24 17:59:06 +02:00
Comments where user settings needs to be removed
This commit is contained in:
parent
7852804a9c
commit
49a69193d8
3 changed files with 8 additions and 5 deletions
|
@ -167,6 +167,7 @@ class MeController {
|
|||
this.auth.userChangePassword(req, res)
|
||||
}
|
||||
|
||||
// TODO: Remove after mobile release v0.9.61-beta
|
||||
// PATCH: api/me/settings
|
||||
async updateSettings(req, res) {
|
||||
var settingsUpdate = req.body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue