First POC with podcasts library
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Jellyfin.Plugin.Jellypod.Api.Models;
|
||||
|
||||
/// <summary>
|
||||
/// Result of a download request.
|
||||
/// </summary>
|
||||
public class DownloadResult
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the number of episodes queued for download.
|
||||
/// </summary>
|
||||
public int QueuedCount { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user