@jellyfin/sdk 0.0.0-unstable.202504100501 → 0.0.0-unstable.202504120501

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.
@@ -14,6 +14,12 @@
14
14
  * @interface StartupConfigurationDto
15
15
  */
16
16
  export interface StartupConfigurationDto {
17
+ /**
18
+ * Gets or sets the server name.
19
+ * @type {string}
20
+ * @memberof StartupConfigurationDto
21
+ */
22
+ 'ServerName'?: string | null;
17
23
  /**
18
24
  * Gets or sets UI language culture.
19
25
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jellyfin/sdk",
3
- "version": "0.0.0-unstable.202504100501+commit.fa66092ba374a9071476e32d791cd10b4d17bebd",
3
+ "version": "0.0.0-unstable.202504120501+commit.20f7c96a0f2f9c736a3ae49f961c9a4e5c127302",
4
4
  "description": "A TypeScript SDK for Jellyfin.",
5
5
  "keywords": [
6
6
  "jellyfin"