View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021514 | MMA | Playback | public | 2025-02-25 20:04 | 2025-08-04 18:10 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.0.4 | ||||
Target Version | 2.1.0 | Fixed in Version | 2.1.0 | ||
Summary | 0021514: UPnP Casting/Android Auto: moving seekbar to end doesn't work | ||||
Description | With 2.0.4.1230, 1) When MMA is casting over UPnP to MMW OR 2) When MMA is playing via Android Auto Moving the play position on the seekbar to the end of the track causes the seekbar to revert to the currently playing position (instead of advancing to the end of the track). This is always replicable, but here's a debug log of the first case: 3NVKLQ1PUP Note: this doesn't occur when playing locally or when casting to Google Cast devices. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1265 | ||||
|
This issue persists with 1263 (exo player). |
|
2)For Android Auto it's not fixable. The seekTo event is ignored on AA side. The behavior is the same for YouTube Music. 1)For UPnP playback, if the seekTo position is equal duration, then the action is ignored on the server side, but we can fix this by decreasing the seekTo position by -100ms, and it works. Fixed in build 2.1.0.1265 |
|
Verified case 1 in 1265. |