mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
Add preference subcategory
This commit is contained in:
parent
435500ee66
commit
9d9f7a2711
34 changed files with 270 additions and 166 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue