mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-11 04:27:47 +08:00
tweaks (#2032)
* fix: 1080p * opt: import export * opt: downloader * opt: skeleton * opt: parseColor * tweak * opt: sb seek * opt: rxn
This commit is contained in:
committed by
GitHub
parent
b7b40c557e
commit
f5dbfcec79
@@ -807,8 +807,8 @@ class VideoDetailController extends GetxController
|
||||
|
||||
bool isQuerying = false;
|
||||
|
||||
final Rx<List<LanguageItem>?> languages = Rx<List<LanguageItem>?>(null);
|
||||
final Rx<String?> currLang = Rx<String?>(null);
|
||||
final languages = Rxn<List<LanguageItem>>();
|
||||
final currLang = Rxn<String>();
|
||||
void setLanguage(String language) {
|
||||
if (currLang.value == language) return;
|
||||
if (!isLoginVideo) {
|
||||
|
||||
Reference in New Issue
Block a user