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

@ -53,8 +53,8 @@ class AmpacheStreamTime
if (Preference::exists('stream_control_time_max')) {
return false;
}
Preference::insert('stream_control_time_max','Stream control maximal time (Minutes)','-1','50','integer','plugins');
Preference::insert('stream_control_time_days','Stream control time history (days)','30','50','integer','plugins');
Preference::insert('stream_control_time_max','Stream control maximal time (Minutes)','-1','50','integer','plugins',$this->name);
Preference::insert('stream_control_time_days','Stream control time history (days)','30','50','integer','plugins',$this->name);
return true;
} // install