Files
pmomusic/pmoapp
Eric Coissac bf876e4de1 Fix reactivity and position tracking in music renderer
This commit addresses two main issues:

1. In the webapp, we ensure proper reactivity by explicitly reassigning the snapshot object when updating track information, which triggers Vue's reactivity system.

2. In the music renderer, we improve position tracking by:
   - Adding detailed tracing when position changes
   - Refactoring rel_time calculation to only apply to streams, preserving backend values for regular files
   - Enhancing logging in the OpenHome renderer to include elapsed time and formatted relative time

These changes improve the reliability of playback position tracking and ensure proper UI updates when track information changes.
2026-01-31 15:34:45 +01:00
..
2025-12-06 12:48:21 +01:00
2025-10-07 08:32:48 +02:00