#133 jbop titles were getting capitalized during creation and causing a
mismatch when removing/updating.
This commit is contained in:
parent
bc9d1bc550
commit
91d7195143
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user