mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-10 00:02:56 +01:00
merge common implementations and server implementations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace SharpCifs.Util.Sharpen
|
||||
{
|
||||
internal interface IPrivilegedAction<T>
|
||||
{
|
||||
T Run ();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user