mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-13 05:27:41 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a17a2f5465 |
@@ -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