mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Trying to fix the auto CP
This commit is contained in:
parent
465b24e6b0
commit
b97e8d5cf7
3 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,7 @@ namespace PlexRequests.Helpers
|
|||
{
|
||||
using (var md5 = MD5.Create())
|
||||
{
|
||||
var inputBytes = Encoding.ASCII.GetBytes(input);
|
||||
var inputBytes = Encoding.UTF8.GetBytes(input);
|
||||
var hash = md5.ComputeHash(inputBytes);
|
||||
|
||||
var sb = new StringBuilder();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue