Skip to content

Commit 30bc313

Browse files
committed
YouTubeLiveのbugfix
1 parent b521a5d commit 30bc313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YouTubeLiveSitePlugin/Next/Tools.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ public static Input.IInput ParseInput(string input)
700700
}
701701
else if (VidResolver.IsCustomChannel(input))
702702
{
703-
return new Input.StudioUrl(input);
703+
return new Input.CustomChannelUrl(input);
704704
}
705705
else if (VidResolver.IsStudio(input))
706706
{

0 commit comments

Comments
 (0)