Commit Graph

3 Commits

Author SHA1 Message Date
9f28664f68 [frontend] Accept tl_track in track_playback_started
All checks were successful
Deploy to mopidy1 / deploy (push) Successful in 26s
Mopidy's CoreListener calls track_playback_started(tl_track=...), but the
method took a positional `track`, so every playback start raised
TypeError and the smart queue never refilled on track changes. Add a
regression test.
2026-09-24 00:00:59 -04:00
51e0c8a9ad [deps] Fix so it works with older mopidy
Some checks failed
CI / Build (push) Failing after 4m58s
CI / pyright (push) Failing after 6s
CI / pytest (3.13) (push) Failing after 5s
CI / ruff check (push) Failing after 5s
CI / ruff format (push) Failing after 7s
CI / pytest (3.14) (push) Failing after 7s
2026-06-24 19:43:20 -04:00
a054575dea Initial project skeleton for mopidy-smartplaylists
Some checks failed
CI / Build (push) Failing after 18m47s
CI / pyright (push) Failing after 3m39s
CI / pytest (3.13) (push) Failing after 6s
CI / ruff check (push) Failing after 6s
CI / ruff format (push) Failing after 7s
CI / pytest (3.14) (push) Failing after 6s
2026-06-24 19:11:02 -04:00