mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
rework scheduled tasks in preparation of common project going portable
This commit is contained in:
9
MediaBrowser.Model/Cryptography/ICryptographyProvider.cs
Normal file
9
MediaBrowser.Model/Cryptography/ICryptographyProvider.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Model.Cryptography
|
||||
{
|
||||
public interface ICryptographyProvider
|
||||
{
|
||||
Guid GetMD5(string str);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user