remove default code value

This commit is contained in:
Pierce 2023-09-23 20:25:29 -04:00
parent f2b8ec7fd0
commit d55bb58600
No known key found for this signature in database
GPG Key ID: EC79465B0E865E47

View File

@ -37,7 +37,6 @@ local function wrapPlayURL()
logData.urls[1].reason = err
CFCHTTP.LogRequest( logData )
code = code or 0
if callback then
if code == 401 or code == 403 then
callback( nil, 49, "BASS_ERROR_DENIED" )