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
Fixed Lua error: lua/streamradio_core/client/cl_menu.lua:127: attempt to call upvalue 'oldThink' (a nil value)
Added hook 3DStreamRadio_OnPlayStream, this is called when a radio attempts to start a stream. This is useful for logging. It can not prevent streams. Use 3DStreamRadio_UrlIsAllowed for that instead.
Improved URL logging to spam less and to be more accurate when telling about the using player.
Logging is controlled via convar: sv_streamradio_url_log_mode 0/1/2