mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Episode files are refreshed after season is renamed
This commit is contained in:
parent
e4d7ea9fd8
commit
95b21358c4
4 changed files with 19 additions and 70 deletions
|
@ -188,7 +188,8 @@ define(
|
|||
|
||||
app.Events = {
|
||||
SeriesAdded : 'series:added',
|
||||
SeriesDeleted: 'series:deleted'
|
||||
SeriesDeleted: 'series:deleted',
|
||||
SeasonRenamed: 'season:renamed'
|
||||
};
|
||||
|
||||
app.Commands = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue