mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
Use 'includeSubResources' to include sub resources in responses
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Sonarr.Api.V5.Queue;
|
||||
|
||||
public enum QueueSubresource
|
||||
{
|
||||
Series,
|
||||
Episodes
|
||||
}
|
||||
Reference in New Issue
Block a user