mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
Redirect to index when on series is deleted from details
This commit is contained in:
parent
57c876a420
commit
1bf855ca3a
3 changed files with 13 additions and 2 deletions
|
@ -171,7 +171,8 @@ define(
|
|||
var app = new Marionette.Application();
|
||||
|
||||
app.Events = {
|
||||
SeriesAdded: 'seriesAdded'
|
||||
SeriesAdded: 'series:added',
|
||||
SeriesDeleted: 'series:deleted'
|
||||
};
|
||||
|
||||
app.Commands = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue