You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In listMovies, library_id is now a required parameter.
getMovieInfo does not exist anymore, it should be getInfoMovie, which I can't get to work (can't figure out which parameters are needed besides id because it simply returns null).
the callback function seems to need 2 parameters, only the second is filled with data, the first is unclear what it is for?
The text was updated successfully, but these errors were encountered:
it seems that DSM6 / latest version of Video station uses Entry.cgi for everything and controls what data is sent back with the additional parameter, but I don't know how to use it.
I'm using the latest video station version.
listMovies
,library_id
is now a required parameter.getMovieInfo
does not exist anymore, it should begetInfoMovie
, which I can't get to work (can't figure out which parameters are needed besidesid
because it simply returnsnull
).callback
function seems to need 2 parameters, only the second is filled with data, the first is unclear what it is for?The text was updated successfully, but these errors were encountered: