Added AutoPlaylist Functionality to Show Scheduler enabling shows to have tracks added automatically.
This commit is contained in:
parent
e3785e25f9
commit
32a1a66378
29 changed files with 1535 additions and 47 deletions
|
@ -1495,6 +1495,15 @@ class Application_Model_Preference
|
|||
{
|
||||
self::setValue("whats_new_dialog_viewed", $value, true);
|
||||
}
|
||||
|
||||
public static function getAutoPlaylistPollLock() {
|
||||
return self::getValue("autoplaylist_poll_lock");
|
||||
}
|
||||
|
||||
public static function setAutoPlaylistPollLock($value)
|
||||
{
|
||||
self::setValue("autoplaylist_poll_lock", $value);
|
||||
}
|
||||
|
||||
public static function getPodcastPollLock() {
|
||||
return self::getValue("podcast_poll_lock");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue