mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
I'm sure it will build now (please)
This commit is contained in:
parent
eb02030aca
commit
1c2b2346ee
1 changed files with 2 additions and 2 deletions
|
|
@ -978,7 +978,7 @@ extension JSController {
|
|||
|
||||
/// Checks if an asset file exists before attempting to play it
|
||||
/// - Parameter asset: The asset to verify
|
||||
/// - Returns: True if the file exists, false otherwise
|
||||
/// - Returns: true if the file exists, false otherwise
|
||||
func verifyAssetFileExists(_ asset: DownloadedAsset) -> Bool {
|
||||
let fileExists = FileManager.default.fileExists(atPath: asset.localURL.path)
|
||||
|
||||
|
|
@ -1759,7 +1759,7 @@ extension JSController {
|
|||
|
||||
// Single AniSkip v1 call for both OP/ED
|
||||
guard let url = URL(string: "https://api.aniskip.com/v1/skip-times/\(seriesID)/\(epNumber)?types=op&types=ed") else {
|
||||
completion(False)
|
||||
completion(false)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue