fix(pt/vizer): Fixed pt/Vizer videos empty (fix #256) #302

Merged
WebDitto merged 2 commits from fix/pt/vizer into main 2024-10-16 12:34:43 -05:00
WebDitto commented 2024-10-10 17:57:18 -05:00 (Migrated from github.com)

fix #256

Checklist:

  • Updated extVersionCode value in build.gradle for individual extensions
  • Updated overrideVersionCode or baseVersionCode as needed for all multisrc extensions
  • Referenced all related issues in the PR body (e.g. "Closes #xyz")
  • Added the isNsfw = true flag in build.gradle when appropriate
  • Have not changed source names
  • Have explicitly kept the id if a source's name or language were changed
  • Have tested the modifications by compiling and running the extension through Android Studio
  • Have removed web_hi_res_512.png when adding a new extension
  • Have made sure all the icons are in png format
fix #256 Checklist: - [x] Updated `extVersionCode` value in `build.gradle` for individual extensions - [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions - [x] Referenced all related issues in the PR body (e.g. "Closes #xyz") - [ ] Added the `isNsfw = true` flag in `build.gradle` when appropriate - [x] Have not changed source names - [ ] Have explicitly kept the `id` if a source's name or language were changed - [x] Have tested the modifications by compiling and running the extension through Android Studio - [ ] Have removed `web_hi_res_512.png` when adding a new extension - [ ] Have made sure all the icons are in png format
Dark25 (Migrated from github.com) reviewed 2024-10-10 17:57:18 -05:00
Dark25 commented 2024-10-11 07:46:11 -05:00 (Migrated from github.com)

Could you move the extractor to the lib folder? This would make it easier to use on other extensions.

Could you move the extractor to the lib folder? This would make it easier to use on other extensions.
Sign in to join this conversation.
No description provided.