Feat: Plex authentication #124

Merged
KevinMidboe merged 22 commits from feature/plex-authentication into master 2019-12-23 00:39:43 +00:00
Showing only changes of commit 291bdf089c - Show all commits

View File

@@ -70,7 +70,7 @@ function link(req, res) {
.catch(error => handleError(error, res)) .catch(error => handleError(error, res))
} }
function link(req, res) { function unlink(req, res) {
const user = req.loggedInUser; const user = req.loggedInUser;
return userRepository.unlinkPlexUserId(user.username) return userRepository.unlinkPlexUserId(user.username)