mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-13 09:43:12 +01:00
make open subtitle project portable
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace MediaBrowser.Model.Cryptography
|
||||
{
|
||||
public interface ICryptographyProvider
|
||||
{
|
||||
Guid GetMD5(string str);
|
||||
byte[] GetMD5Bytes(string str);
|
||||
byte[] GetMD5Bytes(Stream str);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user