fix(pt/Vizer): Fixed max year and empty video list (#388)

This commit is contained in:
WebDitto 2024-11-24 17:09:04 -03:00 committed by GitHub
parent a9b2c4ee93
commit b953892c0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 7 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Vizer.tv'
extClass = '.Vizer'
extVersionCode = 20
extVersionCode = 21
isNsfw = true
}