Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-11 17:41:53 +08:00
parent ef3a612338
commit e767e506f3
6 changed files with 18 additions and 16 deletions

View File

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