fix: bad logic on player navigate
Some checks are pending
Check / check (push) Waiting to run

This commit is contained in:
ThaUnknown 2025-07-05 19:21:22 +02:00
parent 5194b085a3
commit b258b67f1b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "6.4.18",
"version": "6.4.19",
"license": "BUSL-1.1",
"private": true,
"packageManager": "pnpm@9.14.4",

View file

@ -79,10 +79,10 @@
if (file) {
current = fileToMedaInfo(file)
server.last.update(last => ({ media, episode, id: last!.id }))
goto('/app/player')
} else {
searchStore.set({ media, episode })
}
goto('/app/player')
}
$: $playEp = playEpisode