Merge branch 'main' into develop/jellyseerr

This commit is contained in:
Damontecres 2026-01-06 23:04:12 -05:00
commit 7b3b53ce2a
No known key found for this signature in database
4 changed files with 16 additions and 11 deletions

View file

@ -200,7 +200,9 @@ openApiGenerate {
put("useCoroutines", true)
put("enumPropertyNaming", "UPPERCASE")
put("modelMutable", false)
put("supportAndroidApiLevel25AndBelow", true)
// Note: this is only for downloading files, so it's not necessary to enable
put("supportAndroidApiLevel25AndBelow", false)
}
}