Don't display internal license id
Co-authored-by: bopol <bopol@e.email>
This commit is contained in:
parent
34b6928124
commit
ea49202f64
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue