mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 04:58:41 +00:00
@@ -27,7 +27,7 @@ class VideoUtils {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (defaultCDNService == CDNService.baseUrl.code) {
|
if (defaultCDNService == CDNService.baseUrl.code) {
|
||||||
return item.baseUrl.isNullOrEmpty.not
|
return (item.baseUrl as String?).isNullOrEmpty.not
|
||||||
? item.baseUrl
|
? item.baseUrl
|
||||||
: item.backupUrl ?? "";
|
: item.backupUrl ?? "";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user