Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c1eb9da

Browse files
committed
ユーザーバッジが表示されなくなっていた不具合を修正
1 parent 8916490 commit c1eb9da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎YouTubeLiveSitePlugin/Message.cs‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,14 @@ public static IMessagePart Parse(ryu_s.YouTubeLive.Message.IBadge a)
251251
Height = 16,
252252
Width = 16,
253253
};
254+
case AuthorBadgeCustomThumbWithSize customThumbWithSize:
255+
return new Common.MessageImage
256+
{
257+
Url = customThumbWithSize.Thumbnails[1].Url,
258+
Alt = customThumbWithSize.Tooltip,
259+
Height = customThumbWithSize.Thumbnails[1].Height,
260+
Width = customThumbWithSize.Thumbnails[1].Width,
261+
};
254262
case AuthorBadgeIcon icon:
255263
var data = icon.IconType switch
256264
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /