mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Books;
|
||||
|
||||
namespace Readarr.Api.V1.Bookshelf
|
||||
{
|
||||
public class BookshelfResource
|
||||
{
|
||||
public List<BookshelfAuthorResource> Authors { get; set; }
|
||||
public MonitoringOptions MonitoringOptions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user