don't override artist in tags unless necessary

feature-unify_handlers
Tomáš Mládek 2019-05-15 11:50:48 +02:00
parent ddd1ee3616
commit f86c5cbc4d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class DelojzaBot:
title = info['title']
source = "full title fallback"
if 'soundcloud' in info.get("extractor", ""):
if 'soundcloud' in info.get("extractor", "") and artist is None:
artist = info['uploader']
source = "soundcloud \"fallback\""