update: 更新自打点日志,添加上报 FirstOpenTime 的代码

Signed-off-by: huyufei <yufei.hu@castbox.fm>
胡宇飞 2024-08-11 17:17:18 +08:00
parent ec3cf7452c
commit 678ae17048
2 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ namespace Guru
/// 设置首次启动时间
/// </summary>
/// <param name="firstOpenTime"></param>
private static void SetFirstOpenTime(string firstOpenTime)
public static void SetFirstOpenTime(string firstOpenTime)
{
_propertiesManager.ReportFirstOpenTime(firstOpenTime);
}