Merge remote-tracking branch 'origin/fix/220-episode-nav' into integrate/review-gates

# Conflicts:
#	docs/blazor-route-parity.md
This commit is contained in:
2026-07-11 01:48:48 +02:00
13 changed files with 349 additions and 6 deletions
+1
View File
@@ -761,6 +761,7 @@ export interface components {
"mediaItemId": null | number;
"playlistId": null | number;
"subtitle"?: null | string;
"seasonId"?: null | number;
};
"LibraryBrowseMediaType": "Movie" | "TelevisionShow" | "TelevisionSeason" | "Artist" | "Collection" | "SmartCollection" | "MultiCollection" | "RerunCollection" | "Playlist" | "Episode" | "MusicVideo" | "Song" | "OtherVideo" | "Image" | "RemoteStream";
"LibraryMediaKind": "Movies" | "Shows" | "MusicVideos" | "OtherVideos" | "Songs" | "Images" | "RemoteStreams";