mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Added events when series are added
This commit is contained in:
parent
6e88f55a54
commit
d663d9cd5a
4 changed files with 22 additions and 2 deletions
|
@ -58,7 +58,8 @@ define('app', function () {
|
|||
|
||||
window.NzbDrone.Events = {
|
||||
OpenModalDialog : 'openModal',
|
||||
CloseModalDialog: 'closeModal'
|
||||
CloseModalDialog: 'closeModal',
|
||||
SeriesAdded: 'seriesAdded'
|
||||
};
|
||||
|
||||
window.NzbDrone.Constants = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue