sessionId check bypass if jbop == allstreams.

sessionId arg not needed for killing all user streams.
This commit is contained in:
Blacktwin 2018-08-13 07:03:37 -04:00
parent ffa97daeff
commit 8c3781728a

View File

@ -269,7 +269,7 @@ if __name__ == "__main__":
opts = parser.parse_args()
if not opts.sessionId:
if not opts.sessionId and opts.jbop != 'allStreams':
sys.stderr.write("No sessionId provided! Is this synced content?\n")
sys.exit(1)