Fixed build

This commit is contained in:
Patrick Barron 2020-04-22 09:55:35 -04:00
parent 7586c60224
commit f5f9901544

View File

@ -85,8 +85,6 @@ namespace Emby.Server.Implementations.Activity
}
}
private const string BaseActivitySelectText = "select Id, Name, Overview, ShortOverview, Type, ItemId, UserId, DateCreated, LogSeverity from ActivityLog";
/// <inheritdoc />
public void Create(ActivityLogEntry entry)
{