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

Move ampache-doped to ampache

This commit is contained in:
Afterster 2014-04-15 20:20:02 +02:00
parent 136e29aacb
commit 0152ab610f
30 changed files with 64 additions and 78 deletions

View file

@ -128,7 +128,7 @@ class Ampachegrowl {
public function get_growl()
{
$growl = new Growl($this->address, $this->password);
$growl->setApplication('Ampache Doped', 'Now Playing');
$growl->setApplication('Ampache', 'Now Playing');
return $growl;
}