Skip to content

Commit

Permalink
Update Package.vb
Browse files Browse the repository at this point in the history
  • Loading branch information
Revan654 authored Apr 4, 2019
1 parent 9bdaf4f commit 59c5968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions General/Package.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2073,7 +2073,7 @@ Public Class PluginPackage
If p.Script.Engine = ScriptEngine.AviSynth AndAlso
Not package.AvsFilterNames.NothingOrEmpty Then

Dim fullScriptLower = p.Script.GetFullScript().ToLowerInvariant
Dim fullScriptLower = p.Script.GetScript().ToLowerInvariant

For Each filterName In package.AvsFilterNames
If fullScriptLower.Contains(filterName.ToLowerInvariant) Then Return True
Expand Down Expand Up @@ -2241,4 +2241,4 @@ Public Class HaaliSplitter
If File.Exists(ret) Then Return ret
End Get
End Property
End Class
End Class

0 comments on commit 59c5968

Please sign in to comment.