mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix live tv image
This commit is contained in:
parent
92861ec8de
commit
c65b8a2cf4
3 changed files with 9 additions and 4 deletions
|
@ -1568,8 +1568,13 @@
|
|||
}
|
||||
|
||||
function onItemDeleted(e, itemId) {
|
||||
|
||||
if (currentItem && currentItem.Id == itemId) {
|
||||
Dashboard.navigate('index.html');
|
||||
if (currentItem.Type == 'Recording') {
|
||||
Dashboard.navigate('livetv.html');
|
||||
} else {
|
||||
Dashboard.navigate('index.html');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue