mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-25 14:28:51 -05:00
3cffc623e4
I hope this fixes android - restored a dependency that wasnt present in previous versions (.5, .6, .7) Tightening up player refactor, namely around indexes and skipping tracks
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
import { QueueContext, QueueProvider } from '../player/queue-provider'
|
|
|
|
describe(QueueProvider.name, () => {
|
|
test('Skips to the correct track index')
|
|
})
|