mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Preparation to music streaming
This commit is contained in:
parent
f837bb14e2
commit
a28ad27288
23 changed files with 615 additions and 279 deletions
|
|
@ -74,7 +74,7 @@ public class CustomGlideRequest {
|
|||
public static String createUrl(String item, String itemType, String quality) {
|
||||
ImageOptions options = new ImageOptions();
|
||||
|
||||
switch(itemType) {
|
||||
switch (itemType) {
|
||||
case PRIMARY: {
|
||||
options.setImageType(ImageType.Primary);
|
||||
break;
|
||||
|
|
@ -85,7 +85,7 @@ public class CustomGlideRequest {
|
|||
}
|
||||
}
|
||||
|
||||
switch(quality) {
|
||||
switch (quality) {
|
||||
case TOP_QUALITY: {
|
||||
options.setQuality(100);
|
||||
options.setMaxHeight(800);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue