mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-14 06:10:33 +05:30
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
Block a user