feat: move off_air_meta stream setting to pref table (#2023)
This commit is contained in:
parent
e408237be1
commit
6c59ff588b
7 changed files with 59 additions and 15 deletions
|
@ -350,6 +350,16 @@ class Application_Model_Preference
|
|||
return self::getValue('stream_label_format');
|
||||
}
|
||||
|
||||
public static function getOffAirMeta()
|
||||
{
|
||||
return self::getValue('off_air_meta');
|
||||
}
|
||||
|
||||
public static function setOffAirMeta($offAirMeta)
|
||||
{
|
||||
self::setValue('off_air_meta', $offAirMeta);
|
||||
}
|
||||
|
||||
public static function GetStationName()
|
||||
{
|
||||
return self::getValue('station_name');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue