fix(src/en): Fixed video empty list (#212)

Closes #137
This commit is contained in:
imper1aldev 2024-09-04 11:15:36 -06:00 committed by GitHub
parent 6816676e4a
commit 395b6bef64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 10 additions and 34 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Oppai Stream'
extClass = '.OppaiStream'
extVersionCode = 4
extVersionCode = 5
isNsfw = true
}