← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~trb143/openlp/bug-850254 into lp:openlp

 

Review: Needs Fixing

81	+ (r'^/api/status$', self.status),
82	+ (r'^/api/changeStatus/(blank|theme|desktop)$', self.changeStatus),

As Jonathan said, "status" is a little too generic...

(r'^/api/display-status$', self.displayStatus),
(r'^/api/display-status/(blank|theme|desktop)$', self.changeDisplayStatus),

That should work.
-- 
https://code.launchpad.net/~trb143/openlp/bug-850254/+merge/85730
Your team OpenLP Core is subscribed to branch lp:openlp.


References