mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-12-12 21:30:29 +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;
|
||||
|
||||
final Channel channel = new Channel(info.getName(), info.getAvatarUrl(), info.getBannerUrl(),
|
||||
info.getDescription(), nextpage, relatedStreams);
|
||||
final Channel channel = new Channel(info.getName(), rewriteURL(info.getAvatarUrl()),
|
||||
rewriteURL(info.getBannerUrl()), info.getDescription(), nextpage, relatedStreams);
|
||||
|
||||
return Constants.mapper.writeValueAsString(channel);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user