Episode files are refreshed after season is renamed

This commit is contained in:
Mark McDowall
2013-09-02 22:02:47 -07:00
parent e4d7ea9fd8
commit 95b21358c4
4 changed files with 19 additions and 70 deletions

View File

@@ -188,7 +188,8 @@ define(
app.Events = {
SeriesAdded : 'series:added',
SeriesDeleted: 'series:deleted'
SeriesDeleted: 'series:deleted',
SeasonRenamed: 'season:renamed'
};
app.Commands = {