mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-10 08:13:20 +01:00
merge common implementations and server implementations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace SharpCifs.Util.Sharpen
|
||||
{
|
||||
public interface IRunnable
|
||||
{
|
||||
void Run ();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user