mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix redirect after deleting item
Redirects to the parent of an item instead of homepage after deleting the item
This commit is contained in:
parent
111e2aea71
commit
6e36915f5e
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ function deleteItem(apiClient, item) {
|
|||
import('../scripts/deleteHelper').then((deleteHelper) => {
|
||||
deleteHelper.deleteItem({
|
||||
item: item,
|
||||
navigate: false
|
||||
navigate: true
|
||||
}).then(function () {
|
||||
resolve(true);
|
||||
}, reject);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue