mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-11 15:22:43 +01:00
streaming tracks!
also managing the queue for playing from album view
This commit is contained in:
@@ -17,5 +17,7 @@ module.exports = async function() {
|
||||
TrackPlayer.play();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
TrackPlayer.addEventListener('remote-next', () => TrackPlayer.skipToNext().catch(() => {}));
|
||||
TrackPlayer.addEventListener('remote-previous', () => TrackPlayer.skipToPrevious().catch(() => {}));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user