mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-20 06:52:04 +00:00
This commit is contained in:
parent
5194b085a3
commit
b258b67f1b
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue