Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
ab99e64e8a
|
@ -23,7 +23,7 @@ class UsersettingsController extends Zend_Controller_Action
|
|||
$request = $this->getRequest();
|
||||
$settings = $request->getParam("settings");
|
||||
|
||||
Application_Model_Preference::setNowPlayingScreenSettings($data);
|
||||
Application_Model_Preference::setNowPlayingScreenSettings($settings);
|
||||
}
|
||||
|
||||
public function getNowPlayingScreenSettingsAction()
|
||||
|
|
|
@ -335,7 +335,6 @@ var AIRTIME = (function(AIRTIME) {
|
|||
};
|
||||
|
||||
libraryInit = function() {
|
||||
return;
|
||||
|
||||
$libContent = $("#library_content");
|
||||
|
||||
|
|
Loading…
Reference in New Issue