Fix banner URLs.

This commit is contained in:
FireMasterK 2021-01-14 21:20:01 +05:30
parent bf42b197be
commit 701a9a4837
No known key found for this signature in database
GPG Key ID: 8DFF5DD33E93DB58
1 changed files with 1 additions and 0 deletions

View File

@ -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;