spotube/lib/services/metadata
bhavit04 a5f86fb969 fix: use microseconds for YouTube track duration (#3021)
The metadata plugin sent the duration as inSeconds, but
SpotubeAudioSourceMatchObject.duration is a Duration that gets read back
as microseconds, so YouTube tracks showed 0:00 in the queue. Switch both
callbacks to inMicroseconds, and fall back to 0 since the field can't be
null and some videos don't report a duration.
2026-07-19 20:03:56 +05:30
..
apis feat: implement metadata plugins based on hetu 2025-06-14 08:41:38 +06:00
endpoints fix: streaming not working 2025-11-03 21:27:06 +06:00
errors chore: fix alternative sources not persisting 2025-11-14 16:17:37 +06:00
metadata.dart fix: use microseconds for YouTube track duration (#3021) 2026-07-19 20:03:56 +05:30