Don't display internal license id
Co-authored-by: bopol <bopol@e.email>
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user