mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-23 04:03:05 +00:00
Update base.py
This commit is contained in:
parent
ec4d0d591d
commit
5e2805d240
1 changed files with 1 additions and 2 deletions
|
@ -448,7 +448,6 @@ class Playable(object):
|
|||
return filepaths
|
||||
|
||||
def stop(self, reason=''):
|
||||
"""Stop playback for a media item."""
|
||||
print('called stop')
|
||||
""" Stop playback for a media item. """
|
||||
key = '/status/sessions/terminate?sessionId=%s&reason=%s' % (self.session[0].id, quote_plus(reason))
|
||||
return self._server.query(key)
|
||||
|
|
Loading…
Reference in a new issue