Fix wrong partIndex
This commit is contained in:
parent
d8e4093696
commit
6caa759ce1
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class SubscriptionMgr(object):
|
||||||
'volume': info['volume'],
|
'volume': info['volume'],
|
||||||
'mute': mute,
|
'mute': mute,
|
||||||
'mediaIndex': pos, # Still to implement from here
|
'mediaIndex': pos, # Still to implement from here
|
||||||
'partIndex':pos,
|
'partIndex':0,
|
||||||
'partCount': len(playqueue.items),
|
'partCount': len(playqueue.items),
|
||||||
'providerIdentifier': 'com.plexapp.plugins.library',
|
'providerIdentifier': 'com.plexapp.plugins.library',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue