Track duration

This commit is contained in:
2024-02-21 21:16:30 +00:00
parent d53845154f
commit b2540e7bdf
6 changed files with 523 additions and 8 deletions

View File

@ -0,0 +1,3 @@
namespace NostrStreamer.ApiModel;
public class BalanceUpdateException(string? msg, Exception? inner) : Exception(msg, inner);