Hi,
In liq 1.4, when we set a check_next function for playlist(), we used to
be able to get a "source" key in the request metadata that told us where
the check next came from.
something like:
def check(req)
meta = request.metadata(req)
log("check came from #{meta['source']}")
end
playlist(id="mylist", check_next=check, "~/Music")
would log the source as mylist.
It seems it's not there in 2.0 (source is empty), which is not
necessarily a problem (I can pass it as an argument), but was that
intended, or am I doing something wrong?
Cheers,
Gilou
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users