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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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";
}
}