Fix Plex companion feedback for Android
This commit is contained in:
parent
4352e06ecc
commit
c917b9bf48
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class SubscriptionManager:
|
|||
def msg(self, players):
|
||||
msg = getXMLHeader()
|
||||
msg += '<MediaContainer size="3" commandID="INSERTCOMMANDID"'
|
||||
msg += ' machineIdentifier="%s">' % window('plex_client_Id')
|
||||
msg += ' machineIdentifier="%s" location="fullScreenVideo">' % window('plex_client_Id')
|
||||
msg += self.getTimelineXML(self.js.getAudioPlayerId(players), plex_audio())
|
||||
msg += self.getTimelineXML(self.js.getPhotoPlayerId(players), plex_photo())
|
||||
msg += self.getTimelineXML(self.js.getVideoPlayerId(players), plex_video())
|
||||
|
|
Loading…
Reference in a new issue