mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-09-04 04:21:20 +02:00
Fix banner URLs.
This commit is contained in:
parent
bf42b197be
commit
701a9a4837
@ -11,6 +11,7 @@ public class Channel {
|
||||
List<StreamItem> relatedStreams) {
|
||||
this.name = name;
|
||||
this.avatarUrl = avatarUrl;
|
||||
this.bannerUrl = bannerUrl;
|
||||
this.description = description;
|
||||
this.nextpage = nextpage;
|
||||
this.relatedStreams = relatedStreams;
|
||||
|
Loading…
x
Reference in New Issue
Block a user