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

Add preference subcategory

This commit is contained in:
Afterster 2015-12-27 16:06:13 +01:00
parent 435500ee66
commit 9d9f7a2711
34 changed files with 270 additions and 166 deletions

View file

@ -56,8 +56,8 @@ class AmpacheRSSView
return false;
}
Preference::insert('rssview_feed_url','RSS Feed url','','25','string','plugins');
Preference::insert('rssview_max_items','RSS Feed max items','5','25','integer','plugins');
Preference::insert('rssview_feed_url','RSS Feed url','','25','string','plugins',$this->name);
Preference::insert('rssview_max_items','RSS Feed max items','5','25','integer','plugins',$this->name);
return true;
}