forked from openlp/openlp
Fix default
This commit is contained in:
parent
d27c8f2f89
commit
33e6fc328e
@ -396,7 +396,7 @@ class HttpConnection(object):
|
|||||||
Poll OpenLP to determine the current slide number and item name.
|
Poll OpenLP to determine the current slide number and item name.
|
||||||
"""
|
"""
|
||||||
result = {
|
result = {
|
||||||
u'service': self.parent.plugin.serviceManager.serviceId or 0,
|
u'service': self.parent.plugin.serviceManager.serviceId,
|
||||||
u'slide': self.parent.current_slide or 0,
|
u'slide': self.parent.current_slide or 0,
|
||||||
u'item': self.parent.current_item._uuid \
|
u'item': self.parent.current_item._uuid \
|
||||||
if self.parent.current_item else u'',
|
if self.parent.current_item else u'',
|
||||||
|
Loading…
Reference in New Issue
Block a user