mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
Channel Icons Fixed
This commit is contained in:
@@ -60,7 +60,7 @@ export class YouTubeChannel {
|
||||
this.artist = !!data.artist || false;
|
||||
this.id = data.id || null;
|
||||
this.url = data.url || null;
|
||||
this.icons = data.icon || [{ url: null, width: 0, height: 0 }];
|
||||
this.icons = data.icons || [{ url: null, width: 0, height: 0 }];
|
||||
this.subscribers = data.subscribers || null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user