-
Bug
-
Resolution: Invalid
-
Normal
-
None
-
1.4.2, 2.0.4
-
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)}}