Compare commits

..

1 Commits

Author SHA1 Message Date
bggRGjQaUbCoE
a17a2f5465 fix: #172
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
2025-01-15 10:16:11 +08:00
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 ?? "";
}