diff --git a/stable/Jellyfin.Sdk.csproj b/stable/Jellyfin.Sdk.csproj
index 568cae7..90af84f 100644
--- a/stable/Jellyfin.Sdk.csproj
+++ b/stable/Jellyfin.Sdk.csproj
@@ -5,7 +5,7 @@
true
snupkg
true
- 10.7.5.1
+ 10.7.6
CS1572
AllEnabledByDefault
true
diff --git a/stable/JellyfinSdk.g.cs b/stable/JellyfinSdk.g.cs
index 40dc96a..2ba1eb4 100644
--- a/stable/JellyfinSdk.g.cs
+++ b/stable/JellyfinSdk.g.cs
@@ -46736,7 +46736,7 @@ namespace Jellyfin.Sdk
throw new System.ArgumentNullException("routeFormat");
var urlBuilder_ = new System.Text.StringBuilder();
- urlBuilder_.Append("Videos/{routeItemId}/routeMediaSourceId/Subtitles/{routeIndex}/Stream.{routeFormat}?");
+ urlBuilder_.Append("Videos/{routeItemId}/{routeMediaSourceId}/Subtitles/{routeIndex}/Stream.{routeFormat}?");
urlBuilder_.Replace("{routeItemId}", System.Uri.EscapeDataString(ConvertToString(routeItemId, System.Globalization.CultureInfo.InvariantCulture)));
urlBuilder_.Replace("{routeMediaSourceId}", System.Uri.EscapeDataString(ConvertToString(routeMediaSourceId, System.Globalization.CultureInfo.InvariantCulture)));
urlBuilder_.Replace("{routeIndex}", System.Uri.EscapeDataString(ConvertToString(routeIndex, System.Globalization.CultureInfo.InvariantCulture)));
@@ -61054,7 +61054,7 @@ namespace Jellyfin.Sdk
[System.Text.Json.Serialization.JsonPropertyName("DisplayName")]
public string DisplayName { get; set; }
- /// Gets or sets the type of the configuration page.
+ /// Enum ConfigurationPageType.
[System.Text.Json.Serialization.JsonPropertyName("ConfigurationPageType")]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))]
public ConfigurationPageType ConfigurationPageType { get; set; }