Fix artist cover visualization

This commit is contained in:
CappielloAntonio 2021-07-29 14:19:19 +02:00
parent 80f30aa41a
commit c55f639368
21 changed files with 157 additions and 334 deletions

View file

@ -58,8 +58,6 @@ public class CustomGlideRequest {
"&c=" + params.get("c") +
"&id=" + item;
Log.d(TAG, "--- createUrl() - " + sb);
return sb;
}