Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-20 15:58:00 +08:00
parent 36de899a35
commit 96586f130f
4 changed files with 7 additions and 6 deletions

View File

@@ -1116,7 +1116,7 @@ class VideoDetailController extends GetxController
bool isQuerying = false;
final Rx<List<LanguageItem>?> languages = Rx<List<LanguageItem>?>(null);
final Rx<String?> currLang = Rx(null);
final Rx<String?> currLang = Rx<String?>(null);
void setLanguage(String language) {
if (!isLoginVideo) {
SmartDialog.showToast('账号未登录');