feat(tracks): add ReleaseType and TrackNumber to track metadata model and CMS edit form
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace DeepDrftModels.Enums;
|
||||
|
||||
/// <summary>The commercial release format of a track's parent release.</summary>
|
||||
public enum ReleaseType
|
||||
{
|
||||
Single,
|
||||
EP,
|
||||
Album
|
||||
}
|
||||
Reference in New Issue
Block a user