Skip to content

Commit

Permalink
Use thumbnails.odysee.com for thumbnails graphic files (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
kekkyojin authored Nov 25, 2021
1 parent 8a6d2df commit 042fc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/odysee/app/model/Claim.java
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ public ImageCDNUrl(int width, int height, int quality, @Nullable String format,

@Override
public String toString() {
String url = "https://image-processor.vanwanet.com/optimize/";
String url = "https://thumbnails.odysee.com/optimize/";
return url.concat(appendedPath);
}
}
Expand Down

0 comments on commit 042fc4d

Please sign in to comment.