Added initial voice work search provider logic.
This commit is contained in:
9
JSMR.Application/Common/VoiceWorkStatus.cs
Normal file
9
JSMR.Application/Common/VoiceWorkStatus.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace JSMR.Application.Common;
|
||||
|
||||
public enum VoiceWorkStatus
|
||||
{
|
||||
Available = 0,
|
||||
Upcoming = 1,
|
||||
NewRelease = 2,
|
||||
NewAndUpcoming = 3
|
||||
}
|
||||
Reference in New Issue
Block a user