We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31df6bf commit 09f0323Copy full SHA for 09f0323
api/src/unraid-api/unraid-file-modifier/file-modification.ts
@@ -241,7 +241,7 @@ export abstract class FileModification {
241
}
242
243
protected async isUnraidVersionGreaterThanOrEqualTo(
244
- version: string = '7.2.0',
+ version: string = '7.2.0', // Defaults to the version of Unraid that includes the API by default
245
{ includePrerelease = true }: { includePrerelease?: boolean } = {}
246
): Promise<boolean> {
247
const unraidVersion = coerce(await getUnraidVersion(), { includePrerelease });
0 commit comments