spotube/lib
Tomasz Jabłonowski 3558ad3b12 fix: queue shows 0:00 duration for sourced tracks
YouTubeEngine passed track duration in seconds while
SpotubeAudioSourceMatchObject.fromJson interprets `duration` as
microseconds, so durations collapsed to ~0 and the queue displayed 0:00.

- lib/services/metadata/metadata.dart: send duration in microseconds
  (search() and getVideo() callbacks)
- lib/components/track_tile/track_tile.dart,
  lib/modules/player/player_queue.dart: add resolveMissingDuration so
  the queue actively resolves the sourced track's real duration when
  the track's own metadata duration is effectively zero

Fixes #3021
2026-07-26 10:37:09 +02:00
..
collections fix: downloaded tracks are not tagged with metadata 2025-11-08 15:49:37 +06:00
components fix: queue shows 0:00 duration for sourced tracks 2026-07-26 10:37:09 +02:00
extensions fix: download not working in different devices and slow 2025-11-11 10:39:13 +06:00
hooks chore: re-enable endless playback 2025-07-19 11:56:51 +06:00
l10n chore: bump version and generate CHANGELOG 2025-11-14 13:36:20 +06:00
models Release 5.1.2+45 (#3049) 2026-06-05 10:49:09 +06:00
modules fix: queue shows 0:00 duration for sourced tracks 2026-07-26 10:37:09 +02:00
pages Release 5.1.2+45 (#3049) 2026-06-05 10:49:09 +06:00
provider fix: lyrics not working 2026-02-24 18:36:29 +06:00
services fix: queue shows 0:00 duration for sourced tracks 2026-07-26 10:37:09 +02:00
utils feat: move away from track source query and preferences audio quality and codec 2025-11-03 19:33:47 +06:00
generated_plugin_registrant.dart Playlist info editing (#708) 2023-09-10 16:39:21 +06:00
main.dart feat: add NewPipe support for desktop platforms 2025-11-07 18:48:18 +06:00