1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

Fix scrobbler thread autoloader and global variables

This commit is contained in:
Afterster 2014-01-11 12:34:40 +01:00
parent 5cdcf4b12f
commit 41f5d0b7fd
13 changed files with 42 additions and 39 deletions

View file

@ -60,7 +60,7 @@ class Ampachelyricwiki {
* This is a required plugin function; here it populates the prefs we
* need for this object.
*/
public function load() {
public function load($user) {
return true;
} // load