Emby Toolbox 6264b487fe Initial commit: Emby Toolbox (conversion scroll fix, bulk Del for tracks).
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-12 21:33:47 +05:00

10 lines
118 B
C#

namespace EmbyToolbox.Services;
public enum LogLevel
{
Debug = 0,
Info = 1,
Warning = 2,
Error = 3
}