diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-28 18:42:14 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-28 21:46:00 -0500 |
commit | fbbb015950cbac84e423d55a2bb6910ddfc10df6 (patch) | |
tree | a0fe4c38c462e25575c3af2a216b85acaad4bd73 /lib/class/api.class.php | |
parent | 0451840fa34dfcffd86a00be8dbda9e4abd3f4d3 (diff) | |
download | ampache-fbbb015950cbac84e423d55a2bb6910ddfc10df6.tar.gz ampache-fbbb015950cbac84e423d55a2bb6910ddfc10df6.tar.bz2 ampache-fbbb015950cbac84e423d55a2bb6910ddfc10df6.zip |
Use Session for stream sessions
Diffstat (limited to 'lib/class/api.class.php')
-rw-r--r-- | lib/class/api.class.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/class/api.class.php b/lib/class/api.class.php index 840e4c07..ddd7bbbc 100644 --- a/lib/class/api.class.php +++ b/lib/class/api.class.php @@ -173,8 +173,6 @@ class Api { $data['value'] = $timestamp; $token = Session::create($data); - // Insert the token into the streamer - Stream::insert_session($token,$client->id); debug_event('API', 'Login Success, passphrase matched', 1); // We need to also get the 'last update' of the |