This commit is contained in:
hexated 2023-05-08 11:40:37 +07:00
parent b95a8ae25b
commit 0155aa2a20
2 changed files with 2 additions and 2 deletions

View File

@ -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: |

View File

@ -84,7 +84,6 @@ class LayarKacaProvider : MainAPI() {
addQuality(quality)
}
}
}
override suspend fun search(query: String): List<SearchResponse> {