#133 jbop titles were getting capitalized during creation and causing a

mismatch when removing/updating.
This commit is contained in:
Blacktwin 2019-01-03 15:56:38 -05:00
parent bc9d1bc550
commit 91d7195143

View File

@ -650,8 +650,6 @@ if __name__ == "__main__":
# Setting custom name if provided # Setting custom name if provided
if opts.name: if opts.name:
title = opts.name title = opts.name
else:
title = title.title()
if opts.jbop and opts.action == 'show': if opts.jbop and opts.action == 'show':
show_playlist(title, keys_list) show_playlist(title, keys_list)