-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update TS3 QuickAccess to v1.1.2 (#470)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ts3-qs4sd
updated
24 files
+18 −1 | README.md | |
+5 −3 | backend/Makefile | |
+2 −2 | backend/src/api/events.c | |
+10 −11 | backend/src/callbacks.c | |
+226 −0 | backend/src/devtools.c | |
+24 −0 | backend/src/devtools.h | |
+4 −32 | backend/src/executor.c | |
+3 −7 | backend/src/executor.h | |
+0 −55 | backend/src/injector.h | |
+0 −45 | backend/src/injector/evaluate.c | |
+0 −119 | backend/src/injector/fetch.c | |
+0 −15 | backend/src/injector/retry.c | |
+0 −16 | backend/src/injector/states.h | |
+0 −57 | backend/src/log.c | |
+1 −1 | backend/src/paudio.c | |
+1 −1 | backend/src/plugindef.c | |
+1 −1 | backend/src/sdinput.c | |
+3 −8 | backend/src/server.c | |
+0 −5 | backend/src/server.h | |
+3 −3 | backend/src/settings.h | |
+26 −4 | backend/src/tasks.c | |
+2 −0 | main.py | |
+3 −3 | package.json | |
+1 −1 | src/index.js |