Skip to content

Commit c4120b8

Browse files
committed
Changed artist join character to '/'
1 parent fa2156b commit c4120b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zotify/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def set_audio_tags(filename, artists, genres, name, album_name, release_year, di
142142

143143
def conv_artist_format(artists) -> str:
144144
""" Returns converted artist format """
145-
return ', '.join(artists)
145+
return '/'.join(artists)
146146

147147

148148
def set_music_thumbnail(filename, image_url) -> None:

0 commit comments

Comments
 (0)