Merge pull request #55 from radiorabe/feature/autodj

Robbs AutoDJ
This commit is contained in:
Robb 2017-03-11 18:41:08 -05:00 committed by GitHub
commit 2be8ef0f2b
65 changed files with 1611 additions and 126 deletions

View file

@ -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");