mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
add new notification features
This commit is contained in:
@@ -231,6 +231,14 @@ namespace MediaBrowser.Api.Library
|
||||
|
||||
}
|
||||
|
||||
[Route("/Library/Series/Updated", "POST")]
|
||||
[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")]
|
||||
public string TvdbId { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Class LibraryService
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user