summaryrefslogtreecommitdiff
path: root/mach2.py
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@gmail.com>2018-05-28 17:23:01 +0100
committerMichaël Ball <michael.ball@gmail.com>2018-05-28 17:23:01 +0100
commit2248b7a871bfeeca3975d573dba723a5847846cc (patch)
treec04e47a5edc26eb6ecb08c7b162379f74832fafa /mach2.py
parent3d0bf539ca2909ebf1719d3e35afc778d69358dc (diff)
Latest changeslocal/subsonic-api
Diffstat (limited to 'mach2.py')
-rw-r--r--mach2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach2.py b/mach2.py
index daf5027..0d674fb 100644
--- a/mach2.py
+++ b/mach2.py
@@ -500,7 +500,7 @@ def load_user(user_id):
if result:
local_user = User(
- id=result[0], username=result[1],password_hash=result[2],
+ id=result[0], username=result[1], password_hash=result[2],
authenticated=1, active=result[4], anonymous=0,
transcode_command=result[7])