Fix default

This commit is contained in:
Tim Bentley 2012-04-17 18:28:35 +01:00
parent d27c8f2f89
commit 33e6fc328e
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ class HttpConnection(object):
Poll OpenLP to determine the current slide number and item name.
"""
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'item': self.parent.current_item._uuid \
if self.parent.current_item else u'',