mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-04-29 08:20:30 +05:30
Fixed images not being proxied.
This commit is contained in:
parent
9527ad4133
commit
a395115f18
@ -147,8 +147,8 @@ public class ResponseHelper {
|
|||||||
|
|
||||||
String nextpage = info.hasNextPage() ? info.getNextPage().getUrl() : null;
|
String nextpage = info.hasNextPage() ? info.getNextPage().getUrl() : null;
|
||||||
|
|
||||||
final Channel channel = new Channel(info.getName(), info.getAvatarUrl(), info.getBannerUrl(),
|
final Channel channel = new Channel(info.getName(), rewriteURL(info.getAvatarUrl()),
|
||||||
info.getDescription(), nextpage, relatedStreams);
|
rewriteURL(info.getBannerUrl()), info.getDescription(), nextpage, relatedStreams);
|
||||||
|
|
||||||
return Constants.mapper.writeValueAsString(channel);
|
return Constants.mapper.writeValueAsString(channel);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user