Remove arg

This commit is contained in:
croneter 2019-04-19 17:56:04 +02:00
parent 8660b12d15
commit 0d8b3b3ba7

View file

@ -152,7 +152,6 @@ class PlayStrm(object):
listitem = widgets.get_listitem(self.xml[0], resume=True)
url = 'http://127.0.0.1:%s/plex/play/file.strm' % v.WEBSERVICE_PORT
args = {
'mode': 'play',
'plex_id': self.plex_id,
'plex_type': self.api.plex_type()
}