mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-19 16:02:10 -05:00
add some debug
This commit is contained in:
@@ -330,6 +330,7 @@ export default function PlayerScreen({
|
||||
name="skip-previous"
|
||||
onPress={() => {
|
||||
|
||||
console.debug(`Skipping at ${progressState}`)
|
||||
if (progressState / ProgressMultiplier < 3)
|
||||
usePrevious.mutate()
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user