Don't display internal license id

Co-authored-by: bopol <bopol@e.email>
This commit is contained in:
fynngodau
2020-06-04 18:26:58 +02:00
committed by GitHub
parent 34b6928124
commit ea49202f64

View File

@@ -303,7 +303,7 @@ public class BandcampStreamExtractor extends StreamExtractor {
case 6:
return "CC BY 3.0";
default:
return "Unknown license (internal ID " + license + ")";
return "Unknown";
}
}