Skip to content

Commit

Permalink
Indentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Apr 19, 2014
1 parent 7427ebf commit e6b510a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picard/formats/id3.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def new_metadata(self):
# unless it's TIPL or TMCL which can still be multi-valued.

if (len(values) > 1 and not name in ID3File._rtipl_roles
and not name.startswith("performer:")):
and not name.startswith("performer:")):
values = [join_with.join(values)]

copy[name] = values
Expand Down

0 comments on commit e6b510a

Please sign in to comment.