@jellyfin/sdk 0.0.0-unstable.202512020501 → 0.0.0-unstable.202512030501

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -291,6 +291,12 @@ export interface EncodingOptions {
291
291
  * @memberof EncodingOptions
292
292
  */
293
293
  'EnableSubtitleExtraction'?: boolean;
294
+ /**
295
+ * Gets or sets the timeout for subtitle extraction in minutes.
296
+ * @type {number}
297
+ * @memberof EncodingOptions
298
+ */
299
+ 'SubtitleExtractionTimeoutMinutes'?: number;
294
300
  /**
295
301
  * Gets or sets the codecs hardware encoding is used for.
296
302
  * @type {Array<string>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jellyfin/sdk",
3
- "version": "0.0.0-unstable.202512020501+commit.4dd8f05720184672b2e3f3e5aa68cf04126cc6f4",
3
+ "version": "0.0.0-unstable.202512030501+commit.fa25594c44b984371eff133fb4089c32b8d7b269",
4
4
  "description": "A TypeScript SDK for Jellyfin.",
5
5
  "keywords": [
6
6
  "jellyfin"