mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
e5705f853e
genreBrowsePlayback is a "play X" queue builder -- it turns a genre seed into a Track[] for the player, the genre analogue of playArtistShuffled which already lives in features/playback/utils/playback. Consumed only by the 3 genre pages, by no utils/library sibling, so the whole-file move is clean (no split). Its Track/songToTrack edges become intra-feature; its remaining utils/library siblings (advancedSearchLocal, albumBrowseSort, genreCatalogCountsCache, genreAlbumBrowse, libraryReady) are plain infra deps. utils/library now has ZERO @/features importers (source AND tests) -- the bulk is ready to relocate to lib/library. tsc 0, lint 0, genre suite green.