mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 03:04:49 +03:00
3.0.5306.16273
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user