mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Fix banner URLs.
This commit is contained in:
parent
bf42b197be
commit
701a9a4837
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ public class Channel {
|
||||||
List<StreamItem> relatedStreams) {
|
List<StreamItem> relatedStreams) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.avatarUrl = avatarUrl;
|
this.avatarUrl = avatarUrl;
|
||||||
|
this.bannerUrl = bannerUrl;
|
||||||
this.description = description;
|
this.description = description;
|
||||||
this.nextpage = nextpage;
|
this.nextpage = nextpage;
|
||||||
this.relatedStreams = relatedStreams;
|
this.relatedStreams = relatedStreams;
|
||||||
|
|
Loading…
Reference in a new issue