mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
Fix Scrutinizer reported errors
This commit is contained in:
parent
4a2d7b97f6
commit
80cd08ed04
29 changed files with 117 additions and 92 deletions
|
@ -33,7 +33,7 @@ class scrobbler_async extends Thread
|
|||
spl_autoload_register(array('Core', 'autoload'), true, true);
|
||||
Requests::register_autoloader();
|
||||
if ($this->song_info) {
|
||||
User::save_songplay($this->user, $this->song_info);
|
||||
User::save_mediaplay($this->user, $this->song_info);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue