mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 01:39:28 +02:00
Use Session for stream sessions
This commit is contained in:
parent
0451840fa3
commit
fbbb015950
6 changed files with 39 additions and 142 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue