mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07: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
@ -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…
Reference in New Issue
Block a user