Fix wrong partIndex

This commit is contained in:
tomkat83 2018-01-01 14:23:08 +01:00
parent d8e4093696
commit 6caa759ce1

View file

@ -176,7 +176,7 @@ class SubscriptionMgr(object):
'volume': info['volume'],
'mute': mute,
'mediaIndex': pos, # Still to implement from here
'partIndex':pos,
'partIndex':0,
'partCount': len(playqueue.items),
'providerIdentifier': 'com.plexapp.plugins.library',
}