mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -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 ?? "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user