fix: objects can be used as arguments again.
This commit is contained in:
parent
de69d68aa0
commit
55537b9dd5
1 changed files with 2 additions and 0 deletions
|
@ -412,6 +412,8 @@ namespace Jellyfin.Plugin.SmartPlaylist.Lisp {
|
|||
return i;
|
||||
case Compiler.String s:
|
||||
return s;
|
||||
case Compiler.Object o:
|
||||
return o;
|
||||
case Procedure p:
|
||||
return p;
|
||||
case List list:
|
||||
|
|
Loading…
Reference in a new issue