-
Type:
Bug
-
Resolution: Invalid
-
Priority:
Normal
-
None
-
Affects Version/s: 1.4.2, 2.0.4
-
Component/s: Scripting
-
None
Many variables cannot be unset by using $unset(variable) in scripting.
I did not test all variables, but the following doesn't work:
{{$unset(script)
$unset(language)
$unset(media)
$unset(mixer)}}
The following works:
{{$unset(title)
$unset(artist)
$unset(albumartist)}}