Playback errors slice + scrubber polish + various polish #74
+2
-2
@@ -21,8 +21,8 @@ interface PlaybackErrorsApi {
|
||||
* "zero_duration" / "load_failed" / "stalled"; server validates against
|
||||
* the CHECK constraint enum. `detail` is optional free-text (Media3
|
||||
* error message, etc.). `clientId` reuses the existing playback
|
||||
* client identifier the device already sends with /api/plays/* so
|
||||
* support can correlate reports across surfaces.
|
||||
* client identifier the device already sends with `/api/plays/...`
|
||||
* so support can correlate reports across surfaces.
|
||||
*/
|
||||
@kotlinx.serialization.Serializable
|
||||
data class PlaybackErrorReportRequest(
|
||||
|
||||
Reference in New Issue
Block a user