diff options
author | Karl Vollmer <vollmer@ampache.org> | 2011-12-01 22:00:40 -0400 |
---|---|---|
committer | Karl Vollmer <vollmer@ampache.org> | 2011-12-01 22:00:40 -0400 |
commit | 312052f235b38a168e792163ac0a41691b37f479 (patch) | |
tree | c90624102df7e1f3ab0a7ac018ce33dfdf4627ae /modules/plugins/Lastfm.plugin.php | |
parent | a350ae1dbcf3d7b07c37219cff678bea0a06098e (diff) | |
download | ampache-312052f235b38a168e792163ac0a41691b37f479.tar.gz ampache-312052f235b38a168e792163ac0a41691b37f479.tar.bz2 ampache-312052f235b38a168e792163ac0a41691b37f479.zip |
Fix some missing documentation, remove some obsolete functions
Diffstat (limited to 'modules/plugins/Lastfm.plugin.php')
-rw-r--r-- | modules/plugins/Lastfm.plugin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/plugins/Lastfm.plugin.php b/modules/plugins/Lastfm.plugin.php index e75d2929..dbc168dc 100644 --- a/modules/plugins/Lastfm.plugin.php +++ b/modules/plugins/Lastfm.plugin.php @@ -161,6 +161,7 @@ class AmpacheLastfm { $this->set_handshake($this->user_id); // Try try again if ($scrobbler->submit_tracks()) { + debug_event($this->name,'Submission Successful','5'); return true; } } |