AddSeriesLayout.js error

I am receiving this error message when I try to add a series.

AddSeriesLayout.js : 41
TypeError: RootFolderCollection.fetch is not a function

This is all I see in the logs:

13-9-7 19:00:34.2|Trace|Scheduler|Pending Tasks: 1
13-9-7 19:00:34.2|Trace|MessageAggregator|Publishing TrackedCommandCleanupCommand
13-9-7 19:00:34.2|Debug|MessageAggregator|TrackedCommandCleanupCommand -> TrackCommands
13-9-7 19:00:34.3|Trace|MessageAggregator|Publishing CommandStartedEvent
13-9-7 19:00:34.3|Debug|MessageAggregator|CommandStartedEvent ~> CommandConnection
13-9-7 19:00:34.3|Trace|MessageAggregator|Publishing CommandCompletedEvent
13-9-7 19:00:34.3|Debug|MessageAggregator|CommandCompletedEvent ~> CommandConnection
13-9-7 19:00:34.3|Trace|MessageAggregator|Publishing CommandExecutedEvent
13-9-7 19:00:34.4|Debug|MessageAggregator|TrackedCommandCleanupCommand <- TrackCommands [00:00:00.0046765]
13-9-7 19:00:34.4|Debug|MessageAggregator|CommandStartedEvent <~ CommandConnection
13-9-7 19:00:34.6|Debug|MessageAggregator|CommandCompletedEvent <~ CommandConnection
13-9-7 19:00:34.7|Debug|MessageAggregator|CommandExecutedEvent ~> TaskManager
13-9-7 19:00:34.9|Debug|MessageAggregator|CommandExecutedEvent <~ TaskManager
13-9-7 19:01:04.7|Trace|Scheduler|Pending Tasks: 1
13-9-7 19:01:04.7|Trace|MessageAggregator|Publishing DownloadedEpisodesScanCommand
13-9-7 19:01:04.7|Debug|MessageAggregator|DownloadedEpisodesScanCommand -> DownloadedEpisodesImportService
13-9-7 19:01:04.8|Trace|MessageAggregator|Publishing CommandStartedEvent
13-9-7 19:01:04.8|Debug|MessageAggregator|CommandStartedEvent ~> CommandConnection
13-9-7 19:01:04.8|Debug|DownloadedEpisodesImportService|Unknown Series incomplete
13-9-7 19:01:04.9|Debug|MessageAggregator|CommandStartedEvent <~ CommandConnection

That’s a client side error, you won’t see anything server side. I’ve fixed it in develop, which should be available soon.

Cool, thank you very much.