Skip to content

Commit

Permalink
Fix containerKey to be set to the playQueue. (Fixes error with web pl…
Browse files Browse the repository at this point in the history
…ayer casting.)
  • Loading branch information
iwalton3 committed Nov 24, 2019
1 parent 07e625b commit 2369665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plex_mpv_shim/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ def upd_play_queue(self):

def get_queue_info(self):
return {
"containerKey": self.play_queue,
"playQueueID": self.play_queue_xml.tree.find(".").get("playQueueID"),
"playQueueVersion": self.play_queue_xml.tree.find(".").get("playQueueVersion"),
"playQueueItemID": self.series[self.seq].get("playQueueItemID")
Expand Down

0 comments on commit 2369665

Please sign in to comment.