diff options
author | Michaël Ball <michael.ball@gmail.com> | 2018-05-28 17:23:01 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2018-05-28 17:23:01 +0100 |
commit | 2248b7a871bfeeca3975d573dba723a5847846cc (patch) | |
tree | c04e47a5edc26eb6ecb08c7b162379f74832fafa /mach2.py | |
parent | 3d0bf539ca2909ebf1719d3e35afc778d69358dc (diff) |
Latest changeslocal/subsonic-api
Diffstat (limited to 'mach2.py')
-rw-r--r-- | mach2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) |