Rename NewSeriesProviderIdsDictionary to NewSeriesProviderIds

This commit is contained in:
softworkz
2016-02-27 23:09:14 +01:00
parent 35fb164c1d
commit 719f675fe5
3 changed files with 5 additions and 5 deletions

View File

@@ -185,7 +185,7 @@ namespace MediaBrowser.Api.Library
SeriesId = request.SeriesId,
NewSeriesName = request.NewSeriesName,
NewSeriesYear = request.NewSeriesYear,
NewSeriesProviderIdsDictionary = dicNewProviderIds,
NewSeriesProviderIds = dicNewProviderIds,
TargetFolder = request.TargetFolder
});