1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-02 21:15:05 +00:00

Move ApplyTags to own file

Closes #3861
This commit is contained in:
Bogdan 2023-07-16 00:26:25 +03:00
parent fc055641d6
commit c9a5dcf2d3

View file

@ -16,11 +16,4 @@ public class ArtistEditorResource
public bool MoveFiles { get; set; }
public bool DeleteFiles { get; set; }
}
public enum ApplyTags
{
Add,
Remove,
Replace
}
}