mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 19:57:27 +08:00
11 lines
184 B
C#
11 lines
184 B
C#
namespace BililiveRecorder.Core.Templating
|
|
{
|
|
public enum FileNameTemplateStatus
|
|
{
|
|
Success = 0,
|
|
TemplateError,
|
|
OutOfRange,
|
|
FileConflict,
|
|
}
|
|
}
|