mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
disabled Anifrekz
This commit is contained in:
parent
fdd244ed88
commit
b8574bca71
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#concurrency
|
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#concurrency
|
||||||
concurrency:
|
concurrency:
|
||||||
group: "build"
|
group: "build"
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: "builds"
|
ref: "builds"
|
||||||
path: "builds"
|
path: "builds"
|
||||||
|
|
||||||
- name: Clean old builds
|
- name: Clean old builds
|
||||||
run: rm $GITHUB_WORKSPACE/builds/*.cs3 || true
|
run: rm $GITHUB_WORKSPACE/builds/*.cs3 || true
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ cloudstream {
|
||||||
* 2: Slow
|
* 2: Slow
|
||||||
* 3: Beta only
|
* 3: Beta only
|
||||||
* */
|
* */
|
||||||
status = 1 // will be 3 if unspecified
|
status = 0 // will be 3 if unspecified
|
||||||
tvTypes = listOf(
|
tvTypes = listOf(
|
||||||
"AnimeMovie",
|
"AnimeMovie",
|
||||||
"Anime",
|
"Anime",
|
||||||
|
|
Loading…
Reference in a new issue