mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
8 lines
90 B
C#
8 lines
90 B
C#
namespace Sonarr.Api.V5.Queue;
|
|
|
|
public enum QueueSubresource
|
|
{
|
|
Series,
|
|
Episodes
|
|
}
|