mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
add activity log feature
This commit is contained in:
@@ -13,4 +13,9 @@
|
||||
/// <value><c>true</c> if this instance is enabled; otherwise, <c>false</c>.</value>
|
||||
bool IsEnabled { get; }
|
||||
}
|
||||
|
||||
public interface IScheduledTaskActivityLog
|
||||
{
|
||||
bool IsActivityLogged { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user