mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 02:07:12 -07:00
Move ApplyTags to own file
This commit is contained in:
parent
77c1a42da1
commit
079c98fd0a
2 changed files with 9 additions and 7 deletions
9
src/Lidarr.Api.V1/ApplyTags.cs
Normal file
9
src/Lidarr.Api.V1/ApplyTags.cs
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
namespace Lidarr.Api.V1
|
||||||
|
{
|
||||||
|
public enum ApplyTags
|
||||||
|
{
|
||||||
|
Add,
|
||||||
|
Remove,
|
||||||
|
Replace
|
||||||
|
}
|
||||||
|
}
|
|
@ -15,13 +15,6 @@ namespace Lidarr.Api.V1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum ApplyTags
|
|
||||||
{
|
|
||||||
Add,
|
|
||||||
Remove,
|
|
||||||
Replace
|
|
||||||
}
|
|
||||||
|
|
||||||
public class ProviderBulkResourceMapper<TProviderBulkResource, TProviderDefinition>
|
public class ProviderBulkResourceMapper<TProviderBulkResource, TProviderDefinition>
|
||||||
where TProviderBulkResource : ProviderBulkResource<TProviderBulkResource>, new()
|
where TProviderBulkResource : ProviderBulkResource<TProviderBulkResource>, new()
|
||||||
where TProviderDefinition : ProviderDefinition, new()
|
where TProviderDefinition : ProviderDefinition, new()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue