mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording delete
This commit is contained in:
parent
e4c9bc3ae2
commit
99652f3b99
7 changed files with 9 additions and 8 deletions
|
@ -1915,7 +1915,7 @@
|
|||
|
||||
if (currentItem && currentItem.Id == itemId) {
|
||||
if (currentItem.Type == 'Recording') {
|
||||
Dashboard.navigate('livetv.html');
|
||||
LibraryBrowser.showTab('livetv.html', 3);
|
||||
} else {
|
||||
Dashboard.navigate('index.html');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue