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

Add new display_home plugin category

Add RSS View plugin
This commit is contained in:
Afterster 2014-10-02 23:51:39 +02:00
parent bef75fd05a
commit e92c41c652
25 changed files with 228 additions and 33 deletions

View file

@ -23,8 +23,9 @@
class AmpacheBitly {
public $name = 'Bit.ly';
public $categories = 'shortener';
public $description = 'Url shorteners on shared links with Bit.ly';
public $url = 'http://bitly.com/';
public $url = 'http://bitly.com';
public $version = '000002';
public $min_ampache = '360037';
public $max_ampache = '999999';