Added radio play limit for non-supporters

This commit is contained in:
2018-06-28 17:07:14 +09:00
parent 050355d8ae
commit e5e40750c0
3 changed files with 7 additions and 13 deletions

10
.vscode/tasks.json vendored
View File

@ -1,10 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "tsc",
"isShellCommand": true,
"args": ["-p", "."],
"showOutput": "silent",
"problemMatcher": "$tsc"
}