stop using api module's config() values
This commit is contained in:
parent
8997b1fd02
commit
9e740e7ef9
|
@ -2174,7 +2174,7 @@ namespace api
|
|||
namespace jellyScrub
|
||||
' Get jelly scrub plugin data
|
||||
function Get(id as string)
|
||||
return buildURL(Substitute("/Trickplay/{0}/320/GetBIF?apikey={1}", id, config().APIKEY))
|
||||
return buildURL(Substitute("/Trickplay/{0}/320/GetBIF?apikey={1}", id, get_user_setting("token")))
|
||||
end function
|
||||
end namespace
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user