mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
updated
This commit is contained in:
parent
b95a8ae25b
commit
0155aa2a20
2 changed files with 2 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -64,7 +64,8 @@ jobs:
|
|||
- name: Move Loklok
|
||||
run: |
|
||||
rm $GITHUB_WORKSPACE/builds/Loklok.cs3 || true
|
||||
cp $GITHUB_WORKSPACE/stored/Loklok.cs3 $GITHUB_WORKSPACE/builds
|
||||
cd $GITHUB_WORKSPACE/stored
|
||||
cp **/Loklok.cs3 $GITHUB_WORKSPACE/builds
|
||||
|
||||
- name: Push builds
|
||||
run: |
|
||||
|
|
|
@ -84,7 +84,6 @@ class LayarKacaProvider : MainAPI() {
|
|||
addQuality(quality)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
override suspend fun search(query: String): List<SearchResponse> {
|
||||
|
|
Loading…
Reference in a new issue