Remove arg
This commit is contained in:
parent
8660b12d15
commit
0d8b3b3ba7
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ class PlayStrm(object):
|
||||||
listitem = widgets.get_listitem(self.xml[0], resume=True)
|
listitem = widgets.get_listitem(self.xml[0], resume=True)
|
||||||
url = 'http://127.0.0.1:%s/plex/play/file.strm' % v.WEBSERVICE_PORT
|
url = 'http://127.0.0.1:%s/plex/play/file.strm' % v.WEBSERVICE_PORT
|
||||||
args = {
|
args = {
|
||||||
'mode': 'play',
|
|
||||||
'plex_id': self.plex_id,
|
'plex_id': self.plex_id,
|
||||||
'plex_type': self.api.plex_type()
|
'plex_type': self.api.plex_type()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue