Updated on May 3, 2026
Build: 249
test(player): align AudioManager.play verifications with forceFreshStart
**Changes**
- `HistoryItemViewModelTest`: verify `play` is called with the new fourth argument as `false` alongside the existing resume position.
- `PlayerViewModelTest`: verify `onNext` invokes `play` with position `0L` and `forceFreshStart` `false`, and note the full four-arg signature for Mockito matchers.
**Rationale**
- `AudioManager.play` gained a `forceFreshStart` (or equivalent) parameter; test
