aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-12 10:05:51 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-12 10:05:51 -0400
commit862cb87f0f6b411bde244ddbcaea78000fc91ccc (patch)
tree9cae97f32a5ed33a80d7ac1a510a450d1a0dce7c /MediaBrowser.Api/Library/LibraryService.cs
parentb68da51921ba70b62efe7f69d9b7a45736c04074 (diff)
3.0.5306.16273
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs
index 10aa23126..f6588714e 100644
--- a/MediaBrowser.Api/Library/LibraryService.cs
+++ b/MediaBrowser.Api/Library/LibraryService.cs
@@ -220,7 +220,7 @@ namespace MediaBrowser.Api.Library
[Api(Description = "Reports that new episodes of a series have been added by an external source")]
public class PostUpdatedSeries : IReturnVoid
{
- [ApiMember(Name = "TvdbId", Description = "Tvdb Id", IsRequired = true, DataType = "string", ParameterType = "path", Verb = "GET")]
+ [ApiMember(Name = "TvdbId", Description = "Tvdb Id", IsRequired = false, DataType = "string", ParameterType = "path", Verb = "GET")]
public string TvdbId { get; set; }
}