Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-15 10:15:53 +08:00
parent d8126a87cd
commit a17a2f5465
2 changed files with 1 additions and 1 deletions

0
git Normal file
View File

View File

@@ -27,7 +27,7 @@ class VideoUtils {
}
}
if (defaultCDNService == CDNService.baseUrl.code) {
return item.baseUrl.isNullOrEmpty.not
return (item.baseUrl as String?).isNullOrEmpty.not
? item.baseUrl
: item.backupUrl ?? "";
}