Fix buffering issue after ad segments
- Also switch to an MutationObserver model for mute-black / vide-swap #16
This commit is contained in:
@@ -126,6 +126,10 @@ namespace TwitchAdUtils
|
||||
{
|
||||
modifiedOptions = true;
|
||||
}
|
||||
if (lineTrimmed.StartsWith("// @name "))
|
||||
{
|
||||
line = line += " (" + dirInfo.Name + ")";
|
||||
}
|
||||
if (lineTrimmed.StartsWith("// @description"))
|
||||
{
|
||||
string url = "https://github.com/pixeltris/TwitchAdSolutions/raw/master/" + dirInfo.Name + "/" + dirInfo.Name + suffixUserscript;
|
||||
|
||||
Reference in New Issue
Block a user