Skip to content

Commit b1c0bc6

Browse files
committed
feat: add method to retrieve specific update settings in SonarrClient
1 parent 987d562 commit b1c0bc6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/clients/sonarr.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ export class SonarrClient {
159159
return SonarrApi.getApiV3Update();
160160
}
161161

162+
/**
163+
* Get a specific update setting
164+
*/
165+
async getUpdateSetting() {
166+
return SonarrApi.getApiV3Update();
167+
}
168+
162169
// Configuration Management APIs
163170

164171
/**

0 commit comments

Comments
 (0)