Bandcamp license switch order
This commit is contained in:
parent
52103ac61f
commit
4dd9540782
1 changed files with 2 additions and 2 deletions
|
@ -298,10 +298,10 @@ public class BandcampStreamExtractor extends StreamExtractor {
|
||||||
return "CC BY-NC 3.0";
|
return "CC BY-NC 3.0";
|
||||||
case 5:
|
case 5:
|
||||||
return "CC BY-ND 3.0";
|
return "CC BY-ND 3.0";
|
||||||
case 8:
|
|
||||||
return "CC BY-SA 3.0";
|
|
||||||
case 6:
|
case 6:
|
||||||
return "CC BY 3.0";
|
return "CC BY 3.0";
|
||||||
|
case 8:
|
||||||
|
return "CC BY-SA 3.0";
|
||||||
default:
|
default:
|
||||||
return "Unknown";
|
return "Unknown";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue