mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Fixed an issue where the trovo stream was showing as picarto
This commit is contained in:
@@ -79,7 +79,7 @@ public class TrovoProvider : Provider
|
||||
Title = data.LiveTitle,
|
||||
Viewers = data.CurrentViewers,
|
||||
AvatarUrl = data.ProfilePic,
|
||||
StreamType = FollowedStream.FType.Picarto,
|
||||
StreamType = Platform,
|
||||
StreamUrl = data.ChannelUrl,
|
||||
UniqueName = data.Username,
|
||||
Preview = data.Thumbnail
|
||||
|
Reference in New Issue
Block a user