missing session stop command
session.stop(reason=KILL_MESSAGE)
This commit is contained in:
parent
ce97452382
commit
5dbcb48093
@ -92,9 +92,9 @@ def kill_stream(session, xtime, ntime):
|
|||||||
title = (session.grandparentTitle + ' - ' if session.type == 'episode' else '') + session.title
|
title = (session.grandparentTitle + ' - ' if session.type == 'episode' else '') + session.title
|
||||||
|
|
||||||
if state == 'paused' and xtime == ntime:
|
if state == 'paused' and xtime == ntime:
|
||||||
session.stop(reason=KILL_MESSAGE)
|
|
||||||
if AGENT_ID:
|
if AGENT_ID:
|
||||||
send_notification(SUBJECT_TEXT, BODY_TEXT.format(user=username, title=title))
|
send_notification(SUBJECT_TEXT, BODY_TEXT.format(user=username, title=title))
|
||||||
|
session.stop(reason=KILL_MESSAGE)
|
||||||
return ntime
|
return ntime
|
||||||
elif state in ('playing', 'buffering'):
|
elif state in ('playing', 'buffering'):
|
||||||
sys.stdout.write("{user}'s stream of {title} is now {state}".format(user=username, title=title,
|
sys.stdout.write("{user}'s stream of {title} is now {state}".format(user=username, title=title,
|
||||||
|
Loading…
Reference in New Issue
Block a user